thechaiexperiment commited on
Commit
77f238b
·
1 Parent(s): 2c7697c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 TRANSFORMERS_CACHE=/code/transformers_cache
 
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