update pip
This commit is contained in:
parent
bd857a082f
commit
a3853025ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user