Spaces:
Runtime error
Runtime error
update
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -35,8 +35,10 @@ COPY . .
|
|
35 |
RUN mkdir blabla
|
36 |
RUN mkdir blabla/cache
|
37 |
|
|
|
|
|
38 |
# ENV TRANSFORMERS_CACHE=/blabla/cache/
|
39 |
-
ENV HF_HOME=blabla/cache
|
40 |
|
41 |
CMD ["python", "app.py"]
|
42 |
|
|
|
35 |
RUN mkdir blabla
|
36 |
RUN mkdir blabla/cache
|
37 |
|
38 |
+
RUN chmod u+rwX blabla/cache
|
39 |
+
|
40 |
# ENV TRANSFORMERS_CACHE=/blabla/cache/
|
41 |
+
ENV HF_HOME=blabla/cache/
|
42 |
|
43 |
CMD ["python", "app.py"]
|
44 |
|