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