"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@5021" did not exist on "1300c4df95700516929acf4ab3abbd37d2690a79"
Commit 0458a875 authored by John Kirkham's avatar John Kirkham

minimal-notebook/Dockerfile: Clean out `conda`.

parent 3f15f3bc
...@@ -70,13 +70,14 @@ RUN cd /tmp && \ ...@@ -70,13 +70,14 @@ RUN cd /tmp && \
echo "9ea57c0fdf481acf89d816184f969b04bc44dea27b258c4e86b1e3a25ff26aa0 *Miniconda3-3.19.0-Linux-x86_64.sh" | sha256sum -c - && \ echo "9ea57c0fdf481acf89d816184f969b04bc44dea27b258c4e86b1e3a25ff26aa0 *Miniconda3-3.19.0-Linux-x86_64.sh" | sha256sum -c - && \
/bin/bash Miniconda3-3.19.0-Linux-x86_64.sh -f -b -p $CONDA_DIR && \ /bin/bash Miniconda3-3.19.0-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
rm Miniconda3-3.19.0-Linux-x86_64.sh && \ rm Miniconda3-3.19.0-Linux-x86_64.sh && \
$CONDA_DIR/bin/conda install --yes conda==3.19.1 $CONDA_DIR/bin/conda install --yes conda==3.19.1 && \
conda clean -tipsy
# Install Jupyter notebook as jovyan # Install Jupyter notebook as jovyan
RUN conda install --yes \ RUN conda install --yes \
'notebook=4.1*' \ 'notebook=4.1*' \
terminado \ terminado \
&& conda clean -yt && conda clean -tipsy
USER root USER root
......
Markdown is supported
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