update dockerfile
This commit is contained in:
parent
24e58fad43
commit
3dc138f648
@ -1,11 +1,11 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python-pip
|
||||
RUN apt-get install -y python-pip3
|
||||
RUN python3 -m pip install kaggle
|
||||
RUN pip install --user pandas
|
||||
RUN pip install --user matplotlib
|
||||
RUN pip install --user sklearn
|
||||
RUN pip3 install --user pandas
|
||||
RUN pip3 install --user matplotlib
|
||||
RUN pip3 install --user sklearn
|
||||
RUN apt-get install unzip
|
||||
RUN mkdir root/.kaggle
|
||||
RUN touch root/.kaggle/kaggle.json
|
||||
|
Loading…
Reference in New Issue
Block a user