ium_444386/Dockerfile
2022-04-03 14:02:35 +02:00

7 lines
218 B
Docker

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