Skip to content
Snippets Groups Projects
Commit 9f5cb47a authored by Jeremy Auguste's avatar Jeremy Auguste
Browse files

Updated to conda instead of source

parent f87b4618
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ done ...@@ -35,7 +35,7 @@ done
environment="$1" environment="$1"
shift 1 shift 1
source activate $environment conda activate $environment
if [[ $environment =~ ^keras.* || $environment =~ ^pytorch.* ]]; then if [[ $environment =~ ^keras.* || $environment =~ ^pytorch.* ]]; then
export CUDA_HOME=$cuda_path export CUDA_HOME=$cuda_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment