Update Dockerfile

This commit is contained in:
s464913 2024-06-01 17:54:53 +02:00
parent df42bfcee0
commit 96e8535023

View File

@ -2,4 +2,4 @@ FROM ubuntu:latest
RUN apt update && apt install -y python3-pip 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