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