Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Dudziak 2023-05-05 16:57:04 +02:00
parent b788e9de0d
commit 4e512639d3

View File

@ -6,6 +6,9 @@ RUN apt install python3-pip -y
RUN pip install --user pandas
RUN pip install --user kaggle
RUN pip install --user seaborn
RUN pip install --user tensorflow
RUN pip install --user sacred
RUN pip install --user numpy
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV KAGGLE_USERNAME=michal2608
ENV KAGGLE_KEY=""