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

extra env removed

parent fd68b5bd
No related branches found
No related tags found
No related merge requests found
Pipeline #99017 passed
...@@ -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 --name py310-pytorch --file conda-env-export.yml && \ conda 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