ium_464913/Dockerfile

5 lines
142 B
Docker
Raw Permalink Normal View History

2024-04-01 13:47:56 +02:00
FROM ubuntu:latest
2024-04-01 19:14:34 +02:00
RUN apt update && apt install -y python3-pip
2024-04-01 13:47:56 +02:00
2024-06-01 17:53:51 +02:00
RUN pip install pandas numpy scikit-learn tensorflow --break-system-packages