From d9c5c1519af7a2848afd38dbe736c8cb31f8d252 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 29 Apr 2016 16:14:53 +0200 Subject: [PATCH] subscribe to conda-forge conda channel --- minimal-notebook/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index 16ee4555..b36144d8 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -74,6 +74,7 @@ RUN cd /tmp && \ /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 --quiet --yes conda==3.19.1 && \ + $CONDA_DIR/bin/conda config --system --add channels conda-forge && \ conda clean -tipsy # Install Jupyter notebook as jovyan