Dockerfile kaggle.json fix

This commit is contained in:
MatOgr 2022-04-03 19:49:44 +02:00
parent 3d13d4ca4a
commit e6dda15b5b

View File

@ -15,7 +15,7 @@ ARG KAGGLE_KEY
# Copy scripts to the catalog
COPY ./scripts/. /
COPY ./kaggle.json /root/.kaggle/kaggle.json
# COPY ./kaggle.json /root/.kaggle/kaggle.json
# Run the copied script
RUN chmod +x /load_data.sh && /load_data.sh