zadanie doker

This commit is contained in:
szymonj98 2022-04-03 14:02:35 +02:00
parent eba3c20391
commit 0834cb91b7

View File

@ -1,6 +1,7 @@
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python3-pip
RUN pip3 install --user kaggle
RUN pip3 install pandas
RUN apt-get install -y unzip
RUN python3 -m pip3 install --user kaggle
RUN python3 -m pip3 install --user pandas
RUN pip3 install -U scikit-learn