update dockerfile
This commit is contained in:
parent
837914fb0b
commit
d3e634a28f
@ -2,9 +2,7 @@ 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 python3 -m pip install kaggle
|
RUN pip3 install kaggle
|
||||||
RUN python3 -m pip install --upgrade pip
|
|
||||||
RUN python3 -m pip install --upgrade Pillow
|
|
||||||
RUN pip3 install pandas
|
RUN pip3 install pandas
|
||||||
RUN pip3 install matplotlib
|
RUN pip3 install matplotlib
|
||||||
RUN pip3 install sklearn
|
RUN pip3 install sklearn
|
||||||
|
Loading…
Reference in New Issue
Block a user