add sudo
This commit is contained in:
parent
be1c27800f
commit
5251fea6cd
@ -3,7 +3,6 @@ FROM ubuntu:latest
|
||||
|
||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||
RUN apt update && apt install -y
|
||||
RUN apt-get install sudo
|
||||
RUN apt-get install -y python3
|
||||
RUN apt-get install -y unzip
|
||||
RUN apt-get install -y python3-pip
|
||||
@ -11,6 +10,8 @@ RUN apt-get install -y python3-pip
|
||||
RUN python3 -m pip install kaggle
|
||||
RUN python3 -m pip install pandas
|
||||
|
||||
RUN apt-get install sudo
|
||||
|
||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||
|
||||
# Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane)
|
||||
|
Loading…
Reference in New Issue
Block a user