zadanie doker
This commit is contained in:
parent
8a7c16daee
commit
32c4c0329d
@ -2,6 +2,6 @@ FROM ubuntu:latest
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3-pip
|
||||
RUN apt-get install -y unzip
|
||||
RUN pip install --user kaggle
|
||||
RUN pip install --user pandas
|
||||
RUN pip install -U scikit-learn
|
||||
RUN pip3 install --user kaggle
|
||||
RUN pip3 install --user pandas
|
||||
RUN pip3 install -U scikit-learn
|
Loading…
Reference in New Issue
Block a user