File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,12 @@ RUN git clone https://github.com/openworm/sibernetic.git && \
74
74
git checkout ow-0.9.7 # fixed to a specific branch
75
75
76
76
77
+ # ###############################################################################
78
+ # ####### Install extra Python dependencies
79
+
80
+ RUN sudo pip install ruff --break-system-packages
81
+
82
+
77
83
# ###############################################################################
78
84
# ####### Set some paths//environment variables
79
85
@@ -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
You can’t perform that action at this time.
0 commit comments