update dockerfile
This commit is contained in:
parent
d3e634a28f
commit
941d06ba4e
@ -2,6 +2,7 @@ FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3-pip
|
||||
RUN pip3 install Pillow
|
||||
RUN pip3 install kaggle
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install matplotlib
|
||||
|
Loading…
Reference in New Issue
Block a user