Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -76,6 +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 |
|
| 80 |
#######################################
|
| 81 |
# End root user section
|
|
|
|
| 76 |
bash /root/on_startup.sh
|
| 77 |
|
| 78 |
RUN mkdir /data && chown user:user /data
|
| 79 |
+
COPY accessing_the_data.ipynb /data/accessing_the_data.ipynb
|
| 80 |
|
| 81 |
#######################################
|
| 82 |
# End root user section
|