From 29602e30a6ead6a822845f72efdd776baf2c551a Mon Sep 17 00:00:00 2001 From: s464913 Date: Sat, 1 Jun 2024 17:53:51 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef6e85d..b3ce84f 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 \ No newline at end of file +RUN pip install pandas numpy scikit-learn tensorflow --break-system-packages \ No newline at end of file