zadanie doker

This commit is contained in:
szymonj98 2022-04-03 13:32:01 +02:00
parent eba82319e7
commit 1793a49a2f

View File

@ -1,6 +1,5 @@
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python
RUN apt-get install -y python3-pip
RUN pip install kaggle
RUN pip install pandas