diff --git a/Dockerfile b/Dockerfile index e302164..49be593 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ -FROM ubuntu:latest +FROM python:3.9 + + +RUN pip install --user kaggle +RUN pip install --user pandas -RUN apt update && apt install -y -RUN apt-get install -y python3 -RUN apt-get install -y unzip -RUN apt-get install -y python3-pip -RUN python3 -m pip install --user kaggle -RUN python3 -m pip install --user pandas -RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle \ No newline at end of file