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 4af4669 commit e96c2caCopy full SHA for e96c2ca
Dockerfile
@@ -102,9 +102,9 @@ RUN git clone https://github.com/openworm/c302.git && \
102
################################################################################
103
######## Install Sibernetic for the worm body model
104
105
-RUN git clone https://github.com/pgleeson/sibernetic.git && \
+RUN git clone https://github.com/openworm/sibernetic.git && \
106
cd sibernetic && \
107
- git checkout ow-githubactions2 # fixed to a specific branch
+ git checkout ow-0.9.3 # fixed to a specific branch
108
109
RUN cp c302/pyopenworm.conf sibernetic/ # Temp step until PyOpenWorm can be run from any dir...
110
0 commit comments