Skip to content
Snippets Groups Projects
Commit 7f6b0e77 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-394: Avoid ipython 7.28 because it errors when connecting to notebooks in Jupyter

parent 5c9b0348
Branches
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ ENV HOME=/home/user ...@@ -10,6 +10,9 @@ ENV HOME=/home/user
RUN sudo mkdir -p ${HOME} RUN sudo mkdir -p ${HOME}
RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME} RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME}
# ipython 7.28 is broken in combination with Jupyter, it causes connection errors with notebooks
RUN sudo pip3 install ipython==7.27.0
RUN sudo pip3 install jupyter RUN sudo pip3 install jupyter
RUN sudo pip3 install ipykernel RUN sudo pip3 install ipykernel
RUN sudo pip3 install jupyter_bokeh RUN sudo pip3 install jupyter_bokeh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment