mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Temporary workaround for #210
Pin libjpeg to v8 (c) Copyright IBM Corp. 2016
This commit is contained in:
@@ -64,6 +64,10 @@ RUN cd /tmp && \
|
||||
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \
|
||||
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
|
||||
RUN conda install --quiet --yes \
|
||||
'notebook=4.2*' \
|
||||
|
Reference in New Issue
Block a user