zadanie doker

This commit is contained in:
szymonj98 2022-04-03 13:56:32 +02:00
parent 8122230b4e
commit eba3c20391

View File

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