diff --git a/Dockerfile b/Dockerfile index e8d6787..3144810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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