Skip to content

Commit 4c2ec95

Browse files
committed
added sessions dir with relevant permissions to dockerfile
1 parent a7da57e commit 4c2ec95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hf_demo_space/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN mkdir -p /app/.files && chmod 777 /app/.files
1717
RUN mkdir -p /app/logs && chmod 777 /app/logs
1818
RUN mkdir -p /app/observability_data && chmod 777 /app/observability_data
1919
RUN mkdir -p /app/storage && chmod 777 /app/storage
20+
RUN mkdir -p /app/sessions && chmod 777 /app/sessions
2021

2122
# Copy the current repository into the container
2223
COPY . /app

0 commit comments

Comments
 (0)