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