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

7 lines
193 B
Docker

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