ium_464913/Dockerfile

5 lines
107 B
Docker
Raw 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-04-01 19:14:34 +02:00
RUN pip install pandas numpy scikit-learn