Skip to content

Commit

Permalink
Merge pull request #47 from daiktas/master
Browse files Browse the repository at this point in the history
Fix Env
  • Loading branch information
vcepaitis authored Aug 24, 2019
2 parents 6a8eef1 + 369fbfe commit efbacee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Env/setupEnvFull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function run_setup()

echo "Generate setup script"
echo "export PATH="$INSTALL_ABSDIR"/miniconda/bin:\$PATH" > $SCRIPT_DIR/env_gpu.sh
echo "source deactivate tf_gpu" >> $SCRIPT_DIR/env_gpu.sh
echo "source activate tf_gpu" >> $SCRIPT_DIR/env_gpu.sh
echo "export LD_LIBRARY_PATH="$INSTALL_ABSDIR"/miniconda/envs/tf_cpu/x86_64-conda_cos6-linux-gnu/lib:\$LD_LIBRARY_PATH" >> $SCRIPT_DIR/env_gpu.sh
echo "export TF_CPP_MIN_LOG_LEVEL=2" >> $SCRIPT_DIR/env_gpu.sh
echo "export OMP_NUM_THREADS=16 #reduce further if out-of-memory" >> $SCRIPT_DIR/env_gpu.sh
Expand Down

0 comments on commit efbacee

Please sign in to comment.