We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087ee5 commit b50ee78Copy full SHA for b50ee78
.github/workflows/aiscm.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install libtensorflow-cpu-linux
38
run: |
39
wget -q https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz
40
- sudo tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz
+ tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz
41
- name: autoreconf
42
run: ./autogen.sh
43
- name: configure
0 commit comments