Update Dockerfile

This commit is contained in:
s464913 2024-06-01 17:53:51 +02:00
parent 3d80335ede
commit 29602e30a6

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
RUN pip install pandas numpy scikit-learn tensorflow --break-system-packages