From 64d7687ddd50ea8783f475475cc1a10f2eeab95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Tue, 4 Apr 2023 14:16:46 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index eab3f06..d196376 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:latest + RUN apt update && apt install -y figlet RUN apt-get update RUN apt install python3-pip -y @@ -6,4 +7,6 @@ RUN pip install --user pandas RUN pip install --user kaggle RUN pip install --user seaborn RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle +ENV KAGGLE_USERNAME=michal2608 +ENV KAGGLE_KEY="" RUN apt-get install unzip \ No newline at end of file