Skip to content

Commit

Permalink
Update GPU setup script to reflect TF 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drew committed May 23, 2022
1 parent bc60279 commit 2b94f24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sudo apt-get install -y --no-install-recommends libnvinfer7=7.1.3-1+cuda11.0 \
libnvinfer-plugin7=7.1.3-1+cuda11.0


echo 'Installing tensorflow=2.4 and gretel-synthetics'
echo 'Installing tensorflow=2.8 and gretel-synthetics'
pip3 install --upgrade pip
pip3 install tensorflow==2.8 gretel-synthetics

Expand Down

0 comments on commit 2b94f24

Please sign in to comment.