Do not expose secrets to runtime
This commit is contained in:
parent
1ca7cfcb52
commit
ad880a6614
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user