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