From 6c75b8677d33070620cf3a29b141be014c20107b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 8 Apr 2021 21:21:35 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c9ed46..bfc191e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ WORKDIR /app COPY ./requirements.txt ./ COPY ./script2.py ./ -COPY ./kaggle.json /root/.kaggle/ RUN pip3 install --user -r ./requirements.txt