File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 apt-get install -q -y wget
3737 - name : Install libtensorflow-cpu-linux
3838 run : |
39- wget https://storage.googleapis.com/tensorflow/versions/2.18.0/ libtensorflow-cpu-linux-x86_64.tar.gz
40- tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64.tar.gz
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
4141 - name : autoreconf
4242 run : ./autogen.sh
4343 - name : configure
Original file line number Diff line number Diff line change 4545The Tensorflow C library (install the GPU version instead if you have a GPU):
4646
4747```
48- wget -q https://storage.googleapis.com/tensorflow/versions/2.18.0/ libtensorflow-cpu-linux-x86_64.tar.gz
49- sudo tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64.tar.gz
48+ wget -q https://storage.googleapis.com/tensorflow/libtensorflow/ libtensorflow-cpu-linux-x86_64-1.14.0 .tar.gz
49+ sudo tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64-1.14.0 .tar.gz
5050```
5151
5252### Build AIscm
You can’t perform that action at this time.
0 commit comments