Spaces:
Sleeping
Sleeping
Commit
Β·
92bf2a2
1
Parent(s):
9918a25
more edits to the config file
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -76,6 +76,8 @@ 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 01_bcce_2024.ipynb /data/01_bcce_2024.ipynb
|
80 |
+
COPY images /data/images
|
81 |
|
82 |
#######################################
|
83 |
# End root user section
|