From aa53f6c1f09a6e38e1a1364659ae0e625595299b Mon Sep 17 00:00:00 2001 From: Christoph Lehner Date: Sat, 11 May 2024 22:27:16 +0200 Subject: [PATCH] Update Dockerfile --- docker/shell/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/shell/Dockerfile b/docker/shell/Dockerfile index b574b2f1..f91e03a8 100644 --- a/docker/shell/Dockerfile +++ b/docker/shell/Dockerfile @@ -8,7 +8,7 @@ ARG MPI=none RUN \ apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ - libfftw3-double3 libfftw3-single3 libomp5-9 libmpfr6 && \ + libfftw3-double3 libfftw3-single3 libomp5 libmpfr6 && \ rm -rf /var/lib/apt/lists/* COPY gpt-packages/python-gpt-Linux-python-3.10-${COMPILER}-${MPI}.deb /app/