diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 96727a7..91a0ef4 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -3,8 +3,8 @@ FROM ubuntu:latest # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) RUN apt-get update -RUN apt-get install -y python-pip -RUN apt-get install -y nano +RUN apt-get -y install python3-pip +RUN apt-get -y install nano RUN pip install --user kaggle RUN pip install --user pandas