File tree Expand file tree Collapse file tree 5 files changed +215
-114
lines changed Expand file tree Collapse file tree 5 files changed +215
-114
lines changed Original file line number Diff line number Diff line change 31
31
ls -alth
32
32
ls -alth output
33
33
ls -alth output/*
34
+
35
+ more output/*/report.json
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN sudo pip install neuron==8.2.6 --break-system-packages
59
59
60
60
RUN git clone https://github.com/openworm/c302.git && \
61
61
cd c302 && \
62
- git checkout ow-0.9.6 && \
62
+ git checkout ow-0.9.7 && \
63
63
sudo pip install . --break-system-packages
64
64
65
65
# Note: pyNeuroML installed with the above library
@@ -71,7 +71,13 @@ RUN git clone https://github.com/openworm/c302.git && \
71
71
72
72
RUN git clone https://github.com/openworm/sibernetic.git && \
73
73
cd sibernetic && \
74
- git checkout ow-0.9.6 # fixed to a specific branch
74
+ git checkout ow-0.9.7 # fixed to a specific branch
75
+
76
+
77
+ # ###############################################################################
78
+ # ####### Install extra Python dependencies
79
+
80
+ RUN sudo pip install ruff --break-system-packages
75
81
76
82
77
83
# ###############################################################################
@@ -117,7 +123,7 @@ RUN cd sibernetic && \
117
123
COPY ./master_openworm.py $HOME/master_openworm.py
118
124
RUN sudo chown $USER:$USER $HOME/master_openworm.py
119
125
120
- RUN printf '\n\n alias cd..="cd .."\n alias h=history\n alias ll="ls -alt "\n ' >> ~/.bashrc
126
+ RUN printf '\n\n alias cd..="cd .."\n alias h=history\n alias ll="ls -alth "\n ' >> ~/.bashrc
121
127
122
128
RUN pip list
123
129
Original file line number Diff line number Diff line change 1
- 0.9.6
1
+ 0.9.7
You can’t perform that action at this time.
0 commit comments