Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -30,6 +30,7 @@ ENV HF_HOME=/app/.cache
|
|
30 |
|
31 |
# Create the cache directory and give the appropriate permissions
|
32 |
RUN mkdir -p /app/.cache && chmod 777 /app/.cache
|
|
|
33 |
|
34 |
# Print Messages
|
35 |
# CMD ["bash"]
|
|
|
30 |
|
31 |
# Create the cache directory and give the appropriate permissions
|
32 |
RUN mkdir -p /app/.cache && chmod 777 /app/.cache
|
33 |
+
RUN mkdir -p /app/gradio_flagged && chmod 777 /app/gradio_flagged
|
34 |
|
35 |
# Print Messages
|
36 |
# CMD ["bash"]
|