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

finish singularity recipe -> Docker translation

parent bad32cc3
Branches main
No related tags found
No related merge requests found
Pipeline #99012 failed with stage
in 1 minute and 1 second
......@@ -10,11 +10,11 @@ RUN conda update conda && \
DEBIAN_FRONTEND=noninteractive apt-get -y clean autoclean
# download the yml file
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 && \
eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch && \
conda list --explicit > /tmp/conda-list--explicit.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 && \
eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch && \
conda list --explicit > /tmp/conda-list--explicit.yml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment