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 3ebdbd8 commit 0b48369Copy full SHA for 0b48369
Dockerfile
@@ -82,9 +82,9 @@ RUN owm bundle remote --user add ow 'https://raw.githubusercontent.com/openworm/
82
################################################################################
83
######## Install Sibernetic for the worm body model
84
85
-RUN git clone https://github.com/pgleeson/sibernetic.git && \
+RUN git clone https://github.com/openworm/sibernetic.git && \
86
cd sibernetic && \
87
- git checkout ow-githubactions2 # fixed to a specific branch
+ git checkout ow-0.9.3 # fixed to a specific branch
88
89
90
0 commit comments