Dockerfile RUN mod
This commit is contained in:
parent
9a74870a49
commit
9bca56474e
@ -18,6 +18,8 @@ COPY ./scripts/. /
|
|||||||
# COPY ./kaggle.json /root/.kaggle/kaggle.json
|
# COPY ./kaggle.json /root/.kaggle/kaggle.json
|
||||||
|
|
||||||
# Run the copied script
|
# Run the copied script
|
||||||
RUN chmod +x /load_data.sh && /load_data.sh
|
RUN chmod +x /load_data.sh
|
||||||
|
RUN /load_data.sh
|
||||||
|
|
||||||
RUN chmod +x /grab_avocado.py && python3 /grab_avocado.py
|
RUN chmod +x /grab_avocado.py
|
||||||
|
RUN python3 /grab_avocado.py
|
Loading…
Reference in New Issue
Block a user