Zaktualizuj 'Dockerfile'

This commit is contained in:
Witold Woch 2023-04-04 16:38:04 +02:00
parent e331a90eeb
commit 30eeaba708

View File

@ -6,4 +6,8 @@ RUN apt install python3-pip -y
RUN pip3 install pandas
RUN pip3 install kaggle
RUN pip3 install scikit-learn
RUN pip3 install seaborn
RUN pip3 install seaborn
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV KAGGLE_USERNAME=witeks1833
ENV KAGGLE_KEY=""