Commit d9c5c151 authored by Min RK's avatar Min RK

subscribe to conda-forge conda channel

parent af8d4224
......@@ -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
......
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