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
No related branches found
No related tags found
No related merge requests found
Pipeline #99012 failed
...@@ -10,11 +10,11 @@ RUN conda update conda && \ ...@@ -10,11 +10,11 @@ RUN conda update conda && \
DEBIAN_FRONTEND=noninteractive apt-get -y clean autoclean DEBIAN_FRONTEND=noninteractive apt-get -y clean autoclean
# download the yml file # 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 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 --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