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
2
2
3
3
LABEL maintainer=
"David Lung ([email protected] ); Padraig Gleeson ([email protected] )"
4
4
@@ -33,7 +33,7 @@ RUN apt-get install -y --no-install-recommends apt-utils \
33
33
freeglut3-dev libglu1-mesa-dev libglew-dev python3-dev python3-pip \
34
34
kmod dkms linux-source linux-headers-generic \
35
35
maven openjdk-8-jdk \
36
- python-setuptools libnuma1 \
36
+ libnuma1 \
37
37
openmpi-bin libopenmpi-dev \
38
38
libgl1 libglx-mesa0 libgl1-mesa-dri libfreetype6-dev \
39
39
libxft-dev unzip ffmpeg xvfb tmux
@@ -51,7 +51,7 @@ WORKDIR $HOME
51
51
# ###############################################################################
52
52
# ####### Install NEURON simulator
53
53
54
- RUN sudo pip install neuron==8.2.6 # --break-system-packages
54
+ RUN sudo pip install neuron==8.2.6 --break-system-packages
55
55
56
56
57
57
# ###############################################################################
@@ -60,7 +60,7 @@ RUN sudo pip install neuron==8.2.6 # --break-system-packages
60
60
RUN git clone https://github.com/openworm/c302.git && \
61
61
cd c302 && \
62
62
git checkout development && \
63
- sudo pip install . # --break-system-packages
63
+ sudo pip install . --break-system-packages
64
64
65
65
# Note: pyNeuroML installed with the above library
66
66
You can’t perform that action at this time.
0 commit comments