1
0

update pip

This commit is contained in:
Szymon Parafiński 2022-03-30 09:21:37 +02:00
parent bd857a082f
commit a3853025ae

View File

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