ium_464913/Dockerfile
2024-06-01 17:54:53 +02:00

5 lines
153 B
Docker

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