Spaces:
Sleeping
Sleeping
sailadachetansurya
commited on
Commit
Β·
035c28b
1
Parent(s):
13c04c0
DATA file permisiion
Browse files- Dockerfile +3 -0
- src/{Stories β pages/Stories}/story_1/metadata.json +0 -0
- src/{Stories β pages/Stories}/story_1/part1.md +0 -0
- src/{Stories β pages/Stories}/story_1/part2.md +0 -0
- src/{Stories β pages/Stories}/story_1/part3.md +0 -0
- src/{Stories β pages/Stories}/story_2/metadata.json +0 -0
- src/{memories.json β pages/memories.json} +0 -0
- src/{story_metadata.json β pages/story_metadata.json} +0 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 9 |
git \
|
| 10 |
&& rm -rf /var/lib/apt/lists/*
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
# Update pip first
|
| 13 |
RUN pip install --upgrade pip
|
| 14 |
|
|
|
|
| 9 |
git \
|
| 10 |
&& rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
+
RUN mkdir -p /data && chmod 777 /data
|
| 13 |
+
VOLUME /data
|
| 14 |
+
|
| 15 |
# Update pip first
|
| 16 |
RUN pip install --upgrade pip
|
| 17 |
|
src/{Stories β pages/Stories}/story_1/metadata.json
RENAMED
|
File without changes
|
src/{Stories β pages/Stories}/story_1/part1.md
RENAMED
|
File without changes
|
src/{Stories β pages/Stories}/story_1/part2.md
RENAMED
|
File without changes
|
src/{Stories β pages/Stories}/story_1/part3.md
RENAMED
|
File without changes
|
src/{Stories β pages/Stories}/story_2/metadata.json
RENAMED
|
File without changes
|
src/{memories.json β pages/memories.json}
RENAMED
|
File without changes
|
src/{story_metadata.json β pages/story_metadata.json}
RENAMED
|
File without changes
|