Update Dockerfile

This commit is contained in:
s464913 2024-06-01 17:54:53 +02:00
parent df42bfcee0
commit 96e8535023
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN pip install pandas numpy scikit-learn tensorflow matplotlib
RUN pip install pandas numpy scikit-learn tensorflow matplotlib --break-system-packages