Skip to content

Commit 39cb02d

Browse files
committed
Update to use latest c302, sibernetic
1 parent e7b5252 commit 39cb02d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Dockerfile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN sudo pip install neuron==8.2.6 --break-system-packages
5959

6060
RUN git clone https://github.com/openworm/c302.git && \
6161
cd c302 && \
62-
git checkout ow-0.9.7 && \
62+
git checkout ow-0.9.8 && \
6363
sudo pip install . --break-system-packages
6464

6565
# Note: pyNeuroML installed with the above library
@@ -71,7 +71,7 @@ RUN git clone https://github.com/openworm/c302.git && \
7171

7272
RUN git clone https://github.com/openworm/sibernetic.git && \
7373
cd sibernetic && \
74-
git checkout ow-0.9.7 # fixed to a specific branch
74+
git checkout ow-0.9.8a # fixed to a specific branch
7575

7676

7777
################################################################################
@@ -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 notebook jupyterlab --break-system-packages
123+
124+
119125
################################################################################
120126
######## Copy master python script
121127

@@ -125,6 +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!"
139+

0 commit comments

Comments
 (0)