File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,12 @@ RUN cd sibernetic && \
116
116
make clean && make all && ldd ./Release/Sibernetic # Use python 3 libs
117
117
118
118
119
+ # ###############################################################################
120
+ # ####### Set up JupyterLab
121
+
122
+ RUN sudo pip install jupyterlab --break-system-packages
123
+
124
+
119
125
# ###############################################################################
120
126
# ####### Copy master python script
121
127
@@ -125,8 +131,9 @@ RUN sudo chown $USER:$USER $HOME/master_openworm.py
125
131
126
132
RUN printf '\n\n alias cd..="cd .."\n alias h=history\n alias ll="ls -alth"\n ' >> ~/.bashrc
127
133
134
+
135
+
128
136
RUN pip list
129
137
130
138
RUN echo "Built the OpenWorm Docker image!"
131
139
132
- RUN python3 -m pip install --no-cache-dir notebook jupyterlab
You can’t perform that action at this time.
0 commit comments