Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Dudziak 2023-04-04 22:03:57 +02:00
parent 72d1dc7e90
commit b788e9de0d

View File

@ -10,4 +10,4 @@ RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV KAGGLE_USERNAME=michal2608
ENV KAGGLE_KEY=""
RUN apt-get install unzip
RUN apt install git
RUN apt install git -y