Zaktualizuj 'Dockerfile'

This commit is contained in:
Witold Woch 2023-04-04 22:33:03 +02:00
parent 30eeaba708
commit ca3aaf6646

View File

@ -8,6 +8,8 @@ RUN pip3 install kaggle
RUN pip3 install scikit-learn
RUN pip3 install seaborn
WORKDIR /app
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV KAGGLE_USERNAME=witeks1833
ENV KAGGLE_KEY=""