Skip to content

Commit b380588

Browse files
authored
Merge pull request #3 from WinawerLab/upstream-rebase
Upstream rebase
2 parents 94a4f64 + 8b45f8c commit b380588

File tree

3 files changed

+205
-169
lines changed

3 files changed

+205
-169
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ RUN mkdir -p /home/$NB_USER/.jupyter/custom
9696
COPY config/requirements.txt /build/
9797
RUN pip install -r /build/requirements.txt
9898
# For some reason, tornado is causing major problems, so we downgrade to 6.1 here:
99-
RUN pip install 'tornado < 6.1' 'jupyter-client <= 7.3.2'
99+
RUN pip install \
100+
'tornado == 6.1' \
101+
'jupyter-client == 7.3.2' \
102+
'jupyter-server < 2.0.0'
100103

101104

102105
# Copy User Files ##############################################################

0 commit comments

Comments
 (0)