Skip to content

Commit 5a569e2

Browse files
committed
Better jupyterlab install
1 parent 724761f commit 5a569e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ RUN cd sibernetic && \
116116
make clean && make all && ldd ./Release/Sibernetic # Use python 3 libs
117117

118118

119+
################################################################################
120+
######## Set up JupyterLab
121+
122+
RUN sudo pip install jupyterlab --break-system-packages
123+
124+
119125
################################################################################
120126
######## Copy master python script
121127

@@ -125,8 +131,9 @@ RUN sudo chown $USER:$USER $HOME/master_openworm.py
125131

126132
RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alth"\n' >> ~/.bashrc
127133

134+
135+
128136
RUN pip list
129137

130138
RUN echo "Built the OpenWorm Docker image!"
131139

132-
RUN python3 -m pip install --no-cache-dir notebook jupyterlab

0 commit comments

Comments
 (0)