This commit is contained in:
Szymon Parafiński 2022-03-30 09:23:22 +02:00
parent a3853025ae
commit cb695fa1af

View File

@ -3,8 +3,8 @@ FROM ubuntu:latest
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
RUN apt update
RUN apt install -y pip
RUN apt install -y nano
RUN apt-get install -y python-pip
RUN apt-get install -y nano
RUN pip install --user kaggle
RUN pip install --user pandas