ium_z434686/Dockerfile

6 lines
113 B
Docker
Raw Normal View History

2023-04-19 10:53:02 +02:00
FROM python:latest
2023-04-18 21:26:17 +02:00
RUN apt-get update && apt-get install -y
2023-04-19 17:06:44 +02:00
RUN pip install pandas
2023-04-19 17:53:24 +02:00
RUN pip install scikit-learn