Spaces:
Runtime error
Runtime error
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ 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 |
|
|
|
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 |
|