File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ RUN set -x \
3131 # # jupyter notebook
3232 && ln -s /usr/include/locale.h /usr/include/xlocale.h \
3333 # ## fix pyzmq to v16.0.2 as that is what is distributed with py3-zmq
34- && pip3 install jupyter notebook pyzmq==16.0.2 \
34+ # ## pin down the tornado and ipykernel to compatible versions
35+ && pip3 install jupyter notebook pyzmq==16.0.2 tornado==4.5.3 ipykernel==4.8.1 \
3536 # # install gophernotes
3637 && GOPATH=/go go install github.com/gopherdata/gophernotes \
3738 && cp /go/bin/gophernotes /usr/local/bin/ \
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ RUN set -x \
3232 ## jupyter notebook
3333 && ln -s /usr/include/locale.h /usr/include/xlocale.h \
3434 ### fix pyzmq to v16.0.2 as that is what is distributed with py3-zmq
35- && pip3 install jupyter notebook pyzmq==16.0.2 \
35+ ### pin down the tornado and ipykernel to compatible versions
36+ && pip3 install jupyter notebook pyzmq==16.0.2 tornado==4.5.3 ipykernel==4.8.1 \
3637 ## install gophernotes
3738 && export GOPATH=/go \
3839 && go install github.com/gopherdata/gophernotes \
You can’t perform that action at this time.
0 commit comments