Do not expose secrets to runtime

This commit is contained in:
Marcin Kostrzewski 2022-04-02 19:35:55 +02:00
parent 1ca7cfcb52
commit ad880a6614

View File

@ -8,8 +8,6 @@ RUN pip install -r requirements.txt
ADD . .
ARG KAGGLE_USERNAME
ARG KAGGLE_KEY
ENV KAGGLE_USERNAME=${KAGGLE_USERNAME}
ENV KAGGLE_KEY=${KAGGLE_KEY}
RUN chmod a+x *.sh
RUN ./download_dataset.sh