ium_z434743/Dockerfile

6 lines
113 B
Docker
Raw Normal View History

2023-04-20 14:26:26 +02:00
FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn