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

cleanup

parent 45c8a9bc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ RUN curl https://gitlab.pasteur.fr/bis/acarre-envpasteur/-/raw/main/conda-list-e
eval "$(conda shell.bash hook)" && \
conda activate EnvPasteur && \
conda list --explicit > /conda-list-explicit.yml && \
conda env export > /conda-env-export.yml
conda env export > /conda-env-export.yml && \
conda clean --all --yes
ADD https://gitlab.pasteur.fr/bis/acarre-envpasteur/-/raw/main/runscript.sh /runscript.sh
RUN chmod 755 /runscript.sh
......
......@@ -18,7 +18,8 @@ conda create --name EnvPasteur --file conda-list-explicit.yml && \
eval "$(conda shell.bash hook)" && \
conda activate EnvPasteur && \
conda list --explicit > /conda-list-explicit.yml && \
conda env export > /conda-env-export.yml
conda env export > /conda-env-export.yml && \
conda clean --all --yes
%runscript
eval "$(conda shell.bash hook)" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment