Skip to content

Commit

Permalink
Temporary workaround for jupyter#210
Browse files Browse the repository at this point in the history
Pin libjpeg to v8

(c) Copyright IBM Corp. 2016
  • Loading branch information
parente committed Jul 14, 2016
1 parent a3232d1 commit 32bb709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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*' \
Expand Down

0 comments on commit 32bb709

Please sign in to comment.