Skip to content

Commit

Permalink
FROM ubuntu:24.04
Browse files Browse the repository at this point in the history
* swig renamed
* can't install python package in system environment
  • Loading branch information
dweindl committed Oct 11, 2024
1 parent af0f19b commit 795e527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ADD . /u18

Expand Down
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,11 @@ apt-get install \
coinor-libipopt-dev \
gcovr \
valgrind \
swig4.0 \
swig \
python3 \
python3-numpy \
python3-venv \
hdf5-tools
# for setuptools to find:
python3 -m pip install --upgrade pip
pip3 install -U setuptools pkgconfig wheel

echo "================= Cleaning package lists ==================="
apt-get clean
Expand Down

0 comments on commit 795e527

Please sign in to comment.