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

Update conda clean command

-a replaces -tip
-s is deprecated
parent 285ceb34
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ RUN conda create --quiet --yes -n jupyter \
'notebook=6.0.0' \
'jupyterhub=1.0.0' \
'jupyterlab=1.0.4' \
&& conda clean -tipsy
&& conda clean -ay
ENV CONDA_PREFIX=/opt/conda/envs/jupyter \
CONDA_DEFAULT_ENV=jupyter \
......
......@@ -63,7 +63,7 @@ RUN conda install --quiet --yes -n jupyter \
xlsxwriter \
xlrd \
xlwt && \
conda clean -tipsy
conda clean -ay
RUN /opt/conda/envs/jupyter/bin/pip install -i https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple --no-cache-dir \
'https://github.com/paulscherrerinstitute/py_elog/archive/1.3.1.zip' \
......@@ -91,7 +91,7 @@ RUN conda create --quiet --yes \
ase=3.17 \
mantid-framework=3.13 \
'muparser=2.2.5=hfc679d8_1005' \
&& conda clean -tipsy
&& conda clean -ay
# Install kernel for mantid environment
RUN /opt/conda/envs/mantid/bin/python -m ipykernel install --user --name mantid --display-name "Python (Mantid)"
......
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