ium_444386/Dockerfile
2022-04-03 13:32:01 +02:00

6 lines
150 B
Docker

FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python3-pip
RUN pip install kaggle
RUN pip install pandas
RUN pip install -U scikit-learn