@@ -102,9 +102,9 @@ RUN git clone https://github.com/openworm/c302.git && \
102
102
# ###############################################################################
103
103
# ####### Install Sibernetic for the worm body model
104
104
105
- RUN git clone https://github.com/openworm /sibernetic.git && \
105
+ RUN git clone https://github.com/pgleeson /sibernetic.git && \
106
106
cd sibernetic && \
107
- git checkout ow-0.9.1 # fixed to a specific branch
107
+ git checkout ow-githubactions2 # fixed to a specific branch
108
108
109
109
RUN cp c302/pyopenworm.conf sibernetic/ # Temp step until PyOpenWorm can be run from any dir...
110
110
@@ -119,9 +119,6 @@ ENV C302_HOME=$HOME/c302/c302
119
119
ENV SIBERNETIC_HOME=$HOME/sibernetic
120
120
ENV PYTHONPATH=$PYTHONPATH:$HOME/c302:$SIBERNETIC_HOME
121
121
122
- # Not working with --chown=$USER:$USER
123
- COPY ./master_openworm.py $HOME/master_openworm.py
124
- RUN sudo chown $USER:$USER $HOME/master_openworm.py
125
122
126
123
127
124
# ###############################################################################
@@ -167,6 +164,9 @@ RUN cd sibernetic && \
167
164
# # sudo apt-get install -y cuda-drivers
168
165
# ./Release/Sibernetic -f worm -no_g device=GPU 37ms
169
166
167
+ # Not working with --chown=$USER:$USER
168
+ COPY ./master_openworm.py $HOME/master_openworm.py
169
+ RUN sudo chown $USER:$USER $HOME/master_openworm.py
170
170
171
171
RUN echo '\n\n alias cd..="cd .."\n alias h=history\n alias ll="ls -alt"' >> ~/.bashrc
172
172
0 commit comments