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
No related tags found
No related merge requests found
Pipeline #99012 failed
......@@ -10,7 +10,7 @@ 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
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment