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

6 lines
160 B
Docker

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