test
This commit is contained in:
parent
196a3d789b
commit
7885a66e58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user