Spaces:
Sleeping
Sleeping
Yarik
commited on
Commit
·
075d0a4
1
Parent(s):
9b7c903
Dockerfile update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -19,6 +19,7 @@ ENV HF_HOME=/app/.cache
|
|
19 |
|
20 |
# Create cache directory and set permissions
|
21 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
|
|
22 |
RUN mkdir -p /app/stanza_resources && chmod -R 777 /app/stanza_resources
|
23 |
|
24 |
|
|
|
19 |
|
20 |
# Create cache directory and set permissions
|
21 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
22 |
+
|
23 |
RUN mkdir -p /app/stanza_resources && chmod -R 777 /app/stanza_resources
|
24 |
|
25 |
|