mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Merge pull request #195 from minrk/conda-forge
subscribe to conda-forge conda channel
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user