From 96e853502363c3bb1a55c1be014d0efde61ed4e0 Mon Sep 17 00:00:00 2001 From: s464913 Date: Sat, 1 Jun 2024 17:54:53 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c23b0c4..d2aa905 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:latest RUN apt update && apt install -y python3-pip -RUN pip install pandas numpy scikit-learn tensorflow matplotlib \ No newline at end of file +RUN pip install pandas numpy scikit-learn tensorflow matplotlib --break-system-packages \ No newline at end of file