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 && \
7474 git checkout ow-0.9.7 # fixed to a specific branch
7575
7676
77+ # ###############################################################################
78+ # ####### Install extra Python dependencies
79+
80+ RUN sudo pip install ruff --break-system-packages
81+
82+
7783# ###############################################################################
7884# ####### Set some paths//environment variables
7985
@@ -117,7 +123,7 @@ RUN cd sibernetic && \
117123COPY ./master_openworm.py $HOME/master_openworm.py
118124RUN sudo chown $USER:$USER $HOME/master_openworm.py
119125
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
121127
122128RUN pip list
123129
You can’t perform that action at this time.
0 commit comments