install git on docker
This commit is contained in:
parent
1775098f93
commit
ea15c81737
@ -3,7 +3,7 @@ FROM ubuntu:focal
|
||||
|
||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||
RUN apt update
|
||||
RUN apt install -y python3 python3-pip dos2unix
|
||||
RUN apt install -y python3 python3-pip dos2unix git
|
||||
RUN pip3 install kaggle
|
||||
RUN apt install -y unzip
|
||||
RUN mkdir /.kaggle
|
||||
|
Loading…
Reference in New Issue
Block a user