Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN apt-get install -y libzmq3-dev python-pip default-jdk && \
# the latest version also has a regression on the NotebookApp.ip option
# see: https://www.google.com/url?q=https://github.com/jupyter/notebook/issues/3946&sa=D&usg=AFQjCNFieP7srXVWqX8PDetXGfhyxRmO4Q
pip install notebook==5.5.0 && \
# Pin nbconvert b/170301227
pip install nbconvert==5.6.1 && \
R -e 'IRkernel::installspec()' && \
# Build pyzmq from source instead of using a pre-built binary.
yes | pip uninstall pyzmq && \
Expand Down