ium_487187/Dockerfile
Jakub Zaręba a6158e0ec2 scxdg
2023-04-04 19:46:06 +02:00

7 lines
119 B
Docker

FROM ubuntu
RUN apt-get update && apt-get install -y python3 python3-pip
RUN pip3 install kaggle pandas
WORKDIR /app