Skip to content

Commit da62ffc

Browse files
authored
Pin nbconvert as the version 6 has a bug (#134)
b/170301227
1 parent 5445d33 commit da62ffc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ RUN apt-get install -y libzmq3-dev python-pip default-jdk && \
4141
# the latest version also has a regression on the NotebookApp.ip option
4242
# see: https://www.google.com/url?q=https://github.com/jupyter/notebook/issues/3946&sa=D&usg=AFQjCNFieP7srXVWqX8PDetXGfhyxRmO4Q
4343
pip install notebook==5.5.0 && \
44+
# Pin nbconvert b/170301227
45+
pip install nbconvert==5.6.1 && \
4446
R -e 'IRkernel::installspec()' && \
4547
# Build pyzmq from source instead of using a pre-built binary.
4648
yes | pip uninstall pyzmq && \

0 commit comments

Comments
 (0)