zadanie doker

This commit is contained in:
szymonj98 2022-04-03 14:07:39 +02:00
parent 6287bd2753
commit 8a7c16daee

View File

@ -2,6 +2,6 @@ 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 apt-get install -y unzip RUN apt-get install -y unzip
RUN python3 -m pip install --user kaggle RUN pip install --user kaggle
RUN python3 -m pip install --user pandas RUN pip install --user pandas
RUN pip3 install -U scikit-learn RUN pip install -U scikit-learn