From faba494ca80e466f66ced9ef46a86392d0cb7b99 Mon Sep 17 00:00:00 2001 From: Philipp Gloor Date: Thu, 4 Jul 2024 15:14:01 +0200 Subject: [PATCH] Pin numpy to 1.26.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b5ce4d..fef305f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ FROM labone_webserver as labone_full RUN apt-get update \ && apt-get install -y curl python3-pip \ && rm -rf /var/lib/apt/lists/* \ - && pip install numpy typing-extensions + && pip install numpy==1.26.4 typing-extensions COPY --from=builder LabOneLinux*/API ./labone/API/