File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33LABEL maintainer=
"David Lung ([email protected] ); Padraig Gleeson ([email protected] )" 44
@@ -33,7 +33,7 @@ RUN apt-get install -y --no-install-recommends apt-utils \
3333 freeglut3-dev libglu1-mesa-dev libglew-dev python3-dev python3-pip \
3434 kmod dkms linux-source linux-headers-generic \
3535 maven openjdk-8-jdk \
36- python-setuptools libnuma1 \
36+ libnuma1 \
3737 openmpi-bin libopenmpi-dev \
3838 libgl1 libglx-mesa0 libgl1-mesa-dri libfreetype6-dev \
3939 libxft-dev unzip ffmpeg xvfb tmux
@@ -51,7 +51,7 @@ WORKDIR $HOME
5151# ###############################################################################
5252# ####### Install NEURON simulator
5353
54- RUN sudo pip install neuron==8.2.6 # --break-system-packages
54+ RUN sudo pip install neuron==8.2.6 --break-system-packages
5555
5656
5757# ###############################################################################
@@ -60,7 +60,7 @@ RUN sudo pip install neuron==8.2.6 # --break-system-packages
6060RUN git clone https://github.com/openworm/c302.git && \
6161 cd c302 && \
6262 git checkout development && \
63- sudo pip install . # --break-system-packages
63+ sudo pip install . --break-system-packages
6464
6565# Note: pyNeuroML installed with the above library
6666
You can’t perform that action at this time.
0 commit comments