From 99ee1b4deb8fe6dc3726aad7f88932ed3598086a Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 18 Sep 2019 13:00:38 -0600 Subject: [PATCH] updated script --- generator/ctrl/install_ctrl.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/generator/ctrl/install_ctrl.sh b/generator/ctrl/install_ctrl.sh index 349032d..cb2fb56 100755 --- a/generator/ctrl/install_ctrl.sh +++ b/generator/ctrl/install_ctrl.sh @@ -17,6 +17,11 @@ python setup.py install cd .. pip install tensorflow-gpu==1.14 + +curl https://sdk.cloud.google.com | bash +exec -l $SHELL +gcloud init + # Download the 512-length model if specified, 256-length otherwise #if [ "$1" = "512" ] #then