Skip to content

Commit

Permalink
Merge pull request #239 from parente/pin-jpeg8
Browse files Browse the repository at this point in the history
Temporary workaround for #210
  • Loading branch information
parente authored Jul 15, 2016
2 parents a3232d1 + 32bb709 commit 8473d35
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 8473d35

Please sign in to comment.