fix Dockerfile
This commit is contained in:
parent
9e01e719cf
commit
a3d6842bb9
12
Dockerfile
12
Dockerfile
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
RUN apt-get update
|
RUN apt-get update --fix-missing
|
||||||
RUN apt install python3-pip -y
|
RUN apt install python3-pip -y
|
||||||
RUN pip install --user pandas
|
RUN pip install --user pandas
|
||||||
RUN pip install --user kaggle
|
RUN pip install --user kaggle
|
||||||
RUN apt-get install unzip
|
RUN apt-get install unzip
|
||||||
RUN apt install git -y
|
RUN apt install git -y
|
Loading…
Reference in New Issue
Block a user