"include/svn:/svn.code.sf.net/p/irrlicht/code/trunk@4072" did not exist on "9184ea4c47f7c0cd1341e0f6498831b0711d69e2"
Commit 8473d357 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #239 from parente/pin-jpeg8

Temporary workaround for #210
parents a3232d18 32bb7097
...@@ -64,6 +64,10 @@ RUN cd /tmp && \ ...@@ -64,6 +64,10 @@ RUN cd /tmp && \
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \ $CONDA_DIR/bin/conda config --system --add channels conda-forge && \
conda clean -tipsy conda clean -tipsy
# Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210
# Stick with jpeg 8 to avoid problems with R packages
RUN echo "jpeg 8*" >> /opt/conda/conda-meta/pinned
# Install Jupyter notebook as jovyan # Install Jupyter notebook as jovyan
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=4.2*' \ 'notebook=4.2*' \
......
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