From dcc4ed6c4d8894f3968ec706468be6f7d67b96ff Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Wed, 14 Apr 2021 21:00:17 +0200 Subject: [PATCH] docker integration v3 --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac8ca5f..5547632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,4 @@ RUN apt install -y unzip RUN pip3 install pandas RUN pip3 install kaggle COPY ./get_data.sh ./ -COPY ./main.py ./ -ENV KAGGLE_USERNAME karopa -ARG key -ENV KAGGLE_KEY $key \ No newline at end of file +COPY ./main.py ./ \ No newline at end of file