Skip to content
Snippets Groups Projects
Commit fd68b5bd authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

missing env name

parent 12a2b343
No related branches found
No related tags found
No related merge requests found
Pipeline #99013 failed
...@@ -11,7 +11,7 @@ RUN conda update conda && \ ...@@ -11,7 +11,7 @@ RUN conda update conda && \
# download the yml file # download the yml file
RUN curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/conda-env-export.yml > conda-env-export.yml && \ RUN curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/conda-env-export.yml > conda-env-export.yml && \
conda env create --file conda-env-export.yml && \ conda env create --name py310-pytorch --file conda-env-export.yml && \
eval "$(conda shell.bash hook)" && \ eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch && \ conda activate py310-pytorch && \
conda list --explicit > /tmp/conda-list--explicit.yml conda list --explicit > /tmp/conda-list--explicit.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment