From 196a3d789b1a9dc2f5ab0630b7a7d40728815e6f Mon Sep 17 00:00:00 2001 From: s444501 Date: Sat, 2 Apr 2022 23:18:13 +0200 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 51fa8bf..43a8b21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN pip3 install kaggle WORKDIR /ium COPY ./ium-data.py ./ +COPY ./download.sh ./ RUN ./download.sh