Spaces:
Sleeping
Sleeping
Commit
·
77f238b
1
Parent(s):
2c7697c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,4 +47,4 @@ EXPOSE 7860
|
|
47 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
48 |
|
49 |
# Set environment variable for cache location
|
50 |
-
ENV
|
|
|
47 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
48 |
|
49 |
# Set environment variable for cache location
|
50 |
+
ENV HF_HOME=/code/transformers_cache
|