ium_425850/Dockerfile

7 lines
183 B
Docker
Raw Normal View History

2023-04-05 00:42:56 +02:00
FROM ubuntu:latest
RUN apt-get update
RUN apt install python3-pip -y
RUN pip install --user pandas
RUN pip install --user kaggle
RUN apt-get install unzip
RUN apt install git -y