Skip to content
Snippets Groups Projects
Commit 30286a4c authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix deprecation warning

WARNING: 'conda clean --source-cache' is deprecated.
parent 3057c2bc
No related branches found
No related tags found
1 merge request!4Fix conda env
Pipeline #24483 passed
......@@ -11,7 +11,7 @@ RUN conda update -n base conda \
&& conda config --system --set channel_alias https://artifactory.esss.lu.se/artifactory/api/conda \
&& conda config --system --set use_only_tar_bz2 true \
&& conda env create -n pos -f /app/environment.yml \
&& conda clean -tipsy
&& conda clean -ay
COPY --chown=csi:csi pos-python-server.py /app/
# Make sure the /app directory is owned by csi
......
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