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

+ cleanup, remove artefact

parent c03e767b
Branches main
No related tags found
No related merge requests found
Pipeline #99118 passed with stage
in 24 minutes and 18 seconds
......@@ -22,6 +22,3 @@ singularity:
- singularity build singularity.sif Singularity
- ls -lh singularity.sif
- singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" singularity.sif oras://"$CI_REGISTRY_IMAGE":latest
artifacts:
paths:
- singularity.sif
......@@ -13,7 +13,8 @@ RUN curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/r
conda create --name py310-pytorch-1.13.1 --file conda-list--explicit.yml && \
eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch-1.13.1 && \
conda list --explicit > /conda-list--explicit.yml
conda list --explicit > /conda-list--explicit.yml && \
conda clean --all --yes
ADD https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/runscript.sh /runscript.sh
RUN chmod 755 /runscript.sh
......
......@@ -15,7 +15,8 @@ curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/m
conda create --name py310-pytorch-1.13.1 --file conda-list--explicit.yml && \
eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch-1.13.1 && \
conda list --explicit > /conda-list--explicit.yml
conda list --explicit > /conda-list--explicit.yml && \
conda clean --all --yes
%post
eval "$(conda shell.bash hook)" && \
......
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