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 && \
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 && \
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
RUN conda install --yes \
'notebook=4.1*' \
terminado \
&& conda clean -yt
&& conda clean -tipsy
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