update dockerfile
This commit is contained in:
parent
2514adef5e
commit
890eaf59c2
@ -3,6 +3,8 @@ FROM ubuntu:latest
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3-pip
|
||||
RUN python3 -m pip install kaggle
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN python3 -m pip install --upgrade Pillow
|
||||
RUN pip3 install --user pandas
|
||||
RUN pip3 install --user matplotlib
|
||||
RUN pip3 install --user sklearn
|
||||
|
Loading…
Reference in New Issue
Block a user