This commit is contained in:
Saifeddine ALOUI
2024-02-01 23:30:31 +01:00
parent 28ba63ace8
commit 20d65c7099
8 changed files with 135 additions and 1 deletions

View File

@ -89,6 +89,9 @@ fi
# Activate installer environment
source activate "$INSTALL_ENV_DIR" || ( echo && echo "Conda environment activation failed." && exit 1 )
# install conda
conda install conda -y
# Set default cuda toolkit to the one in the environment
export CUDA_PATH="$INSTALL_ENV_DIR"