diff --git a/Dockerfile b/Dockerfile index 57bdfc1..0ef49b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -pip install --user kaggle -pip install --user pandas \ No newline at end of file +FROM ubuntu:latest +RUN pip install --user pandas \ No newline at end of file