Skip to content

Commit e96c2ca

Browse files
committed
Use ow-0.9.3 branch of sibernetic
1 parent 4af4669 commit e96c2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ RUN git clone https://github.com/openworm/c302.git && \
102102
################################################################################
103103
######## Install Sibernetic for the worm body model
104104

105-
RUN git clone https://github.com/pgleeson/sibernetic.git && \
105+
RUN git clone https://github.com/openworm/sibernetic.git && \
106106
cd sibernetic && \
107-
git checkout ow-githubactions2 # fixed to a specific branch
107+
git checkout ow-0.9.3 # fixed to a specific branch
108108

109109
RUN cp c302/pyopenworm.conf sibernetic/ # Temp step until PyOpenWorm can be run from any dir...
110110

0 commit comments

Comments
 (0)