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