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