We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ced7d commit f0a0350Copy full SHA for f0a0350
Dockerfile
@@ -59,7 +59,7 @@ RUN sudo pip install neuron==8.2.6 --break-system-packages
59
60
RUN git clone https://github.com/openworm/c302.git && \
61
cd c302 && \
62
- git checkout ow-0.9.6 && \
+ git checkout ow-0.9.7 && \
63
sudo pip install . --break-system-packages
64
65
# Note: pyNeuroML installed with the above library
@@ -71,7 +71,7 @@ RUN git clone https://github.com/openworm/c302.git && \
71
72
RUN git clone https://github.com/openworm/sibernetic.git && \
73
cd sibernetic && \
74
- git checkout ow-0.9.6 # fixed to a specific branch
+ git checkout ow-0.9.7 # fixed to a specific branch
75
76
77
################################################################################
0 commit comments