update dockerfile
This commit is contained in:
parent
72ac323ad2
commit
b41e82807d
@ -1,13 +1,13 @@
|
||||
FROM ubuntu:20.04
|
||||
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
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install matplotlib
|
||||
RUN pip3 install sklearn
|
||||
RUN apt-get install unzip
|
||||
RUN mkdir root/.kaggle
|
||||
RUN touch root/.kaggle/kaggle.json
|
||||
|
Loading…
Reference in New Issue
Block a user