Skip to content

Commit 4af4669

Browse files
committed
Test alternate
1 parent baedf0e commit 4af4669

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 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/openworm/sibernetic.git && \
105+
RUN git clone https://github.com/pgleeson/sibernetic.git && \
106106
cd sibernetic && \
107-
git checkout ow-0.9.1 # fixed to a specific branch
107+
git checkout ow-githubactions2 # fixed to a specific branch
108108

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

@@ -119,9 +119,6 @@ ENV C302_HOME=$HOME/c302/c302
119119
ENV SIBERNETIC_HOME=$HOME/sibernetic
120120
ENV PYTHONPATH=$PYTHONPATH:$HOME/c302:$SIBERNETIC_HOME
121121

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
125122

126123

127124
################################################################################
@@ -167,6 +164,9 @@ RUN cd sibernetic && \
167164
## sudo apt-get install -y cuda-drivers
168165
# ./Release/Sibernetic -f worm -no_g device=GPU 37ms
169166

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
170170

171171
RUN echo '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"' >> ~/.bashrc
172172

0 commit comments

Comments
 (0)