diff --git a/Dockerfile b/Dockerfile index c08ac75..ce271ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ADD . /u18 diff --git a/install.sh b/install.sh index 18b38d9..eec6530 100755 --- a/install.sh +++ b/install.sh @@ -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