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