This commit is contained in:
s444501 2022-04-02 23:22:33 +02:00
parent 196a3d789b
commit 7885a66e58

View File

@ -14,6 +14,11 @@ WORKDIR /ium
COPY ./ium-data.py ./
COPY ./download.sh ./
ARG CUTOFF
ARG KAGGLE_USERNAME
ENV KAGGLE_USERNAME=${KAGGLE_USERNAME}
ENV KAGGLE_KEY=${KAGGLE_KEY}
RUN ./download.sh
CMD ./ium-data.py