Mentions légales du service

Skip to content
Snippets Groups Projects
Commit febd130d authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

Fix conda installation line: force yes

parent c5e0dbc5
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ global: ...@@ -17,7 +17,7 @@ global:
miniconda_dir: /opt/miniconda miniconda_dir: /opt/miniconda
# conda install command adapted to the installed python and cuda toolkit # conda install command adapted to the installed python and cuda toolkit
# versions # versions
pytorch_conda_install_command: conda install pytorch torchvision cudatoolkit=9.0 -c pytorch pytorch_conda_install_command: conda install -y pytorch torchvision cudatoolkit=9.0 -c pytorch
# kameleon VM disk size # kameleon VM disk size
image_size: 20G image_size: 20G
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment