Zaktualizuj 'Dockerfile'

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

View File

@ -9,4 +9,5 @@ RUN pip install --user seaborn
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV KAGGLE_USERNAME=michal2608 ENV KAGGLE_USERNAME=michal2608
ENV KAGGLE_KEY="" ENV KAGGLE_KEY=""
RUN apt-get install unzip RUN apt-get install unzip
RUN apt install git