Skier8402 commited on
Commit
ffd7474
·
verified ·
1 Parent(s): 0ee8310

Update Dockerfile

Browse files

update based on warning

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ COPY requirements.txt ./
24
  COPY src/ ./src/
25
 
26
  # Configure Hugging Face / transformers cache inside container to avoid permission issues
27
- ENV TRANSFORMERS_CACHE=/app/.cache/huggingface/transformers \
28
  HUGGINGFACE_HUB_CACHE=/app/.cache/huggingface/hub \
29
  HF_HOME=/app/.cache/huggingface \
30
  XDG_CACHE_HOME=/app/.cache \
 
24
  COPY src/ ./src/
25
 
26
  # Configure Hugging Face / transformers cache inside container to avoid permission issues
27
+ ENV HF_HOME=/app/.cache/huggingface/transformers \
28
  HUGGINGFACE_HUB_CACHE=/app/.cache/huggingface/hub \
29
  HF_HOME=/app/.cache/huggingface \
30
  XDG_CACHE_HOME=/app/.cache \