smostafanejad commited on
Commit
9806b93
·
verified ·
1 Parent(s): 62877bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -76,7 +76,7 @@ RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
76
  bash /root/on_startup.sh
77
 
78
  RUN mkdir /data && chown user:user /data
79
- COPY know_your_data.ipynb /data/know_your_data.ipynb
80
 
81
  #######################################
82
  # End root user section
 
76
  bash /root/on_startup.sh
77
 
78
  RUN mkdir /data && chown user:user /data
79
+ COPY work_with_metadata.ipynb /data/work_with_metadata.ipynb
80
 
81
  #######################################
82
  # End root user section