This commit is contained in:
Jakub Zaręba 2023-04-04 19:46:06 +02:00
parent b99f1554bc
commit a6158e0ec2

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu
RUN apt-get update && apt-get install -y python3 python3-pip
RUN pip3 install kaggle pandas
WORKDIR /app