From 30eeaba7083c686019c714e2a48f8a8f88414035 Mon Sep 17 00:00:00 2001 From: Witold Woch Date: Tue, 4 Apr 2023 16:38:04 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 748b45c..6999232 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +RUN pip3 install seaborn + +RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle +ENV KAGGLE_USERNAME=witeks1833 +ENV KAGGLE_KEY=""