We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da57e commit 4c2ec95Copy full SHA for 4c2ec95
examples/hf_demo_space/Dockerfile
@@ -17,6 +17,7 @@ RUN mkdir -p /app/.files && chmod 777 /app/.files
17
RUN mkdir -p /app/logs && chmod 777 /app/logs
18
RUN mkdir -p /app/observability_data && chmod 777 /app/observability_data
19
RUN mkdir -p /app/storage && chmod 777 /app/storage
20
+RUN mkdir -p /app/sessions && chmod 777 /app/sessions
21
22
# Copy the current repository into the container
23
COPY . /app
0 commit comments