From 644d96f460778f51ecfd6c3e9f380746f6132264 Mon Sep 17 00:00:00 2001 From: muellerdo Date: Tue, 23 Jan 2024 23:22:58 +0100 Subject: [PATCH] feat: added multiple python libraries to the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aca68d0..496061a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ ADD . /root/DeepGleason # Install required software dependencies (cv2) RUN apt-get update && \ - apt-get install -y --no-install-recommends python3-opencv libvips-dev && \ + apt-get install -y --no-install-recommends python3-dev python3-opencv libpython3.10-dev libvips-dev && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Install & Update Python pip