Skip to content

Commit

Permalink
update TF lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Apr 4, 2021
1 parent 236bb36 commit 3124940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
mkdir -p tensorflow
cd tensorflow
TFLIB=libtensorflow-cpu-linux-x86_64-2.4.0.tar.gz
wget https://storage.googleapis.com/tensorflow/libtensorflow/$TFLIB
curl -ksLO https://storage.googleapis.com/tensorflow/libtensorflow/$TFLIB
tar xfz $TFLIB
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
LIBRARY_PATH=$PWD/lib
export LD_LIBRARY_PATH=$PWD/lib
export LIBRARY_PATH=$PWD/lib
cd -
cd src/Go
make
Expand Down

0 comments on commit 3124940

Please sign in to comment.