update dockerfile
This commit is contained in:
parent
52f3cd4bd5
commit
24e58fad43
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y pip
|
||||
RUN apt-get install -y python-pip
|
||||
RUN python3 -m pip install kaggle
|
||||
RUN pip install --user pandas
|
||||
RUN pip install --user matplotlib
|
||||
|
Loading…
Reference in New Issue
Block a user