Skip to content

Commit 974fa5d

Browse files
committed
Test with ubuntu24.04
1 parent 8f7303a commit 974fa5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
LABEL 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
6060
RUN 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

0 commit comments

Comments
 (0)