KarthikAI commited on
Commit
e5544a0
·
verified ·
1 Parent(s): 14764c9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
13
  # You can replace MODEL_ID or adapter repos as needed
14
 
15
  ENV CACHE_DIR="/data"
 
16
  ENV TRANSFORMERS_CACHE="/data"
17
  # ENV DEEPFACE_HOME="/data"
18
  # ENV INSIGHTFACE_HOME="/data/.insightface"
 
13
  # You can replace MODEL_ID or adapter repos as needed
14
 
15
  ENV CACHE_DIR="/data"
16
+ ENV HF_HOME="/data"
17
  ENV TRANSFORMERS_CACHE="/data"
18
  # ENV DEEPFACE_HOME="/data"
19
  # ENV INSIGHTFACE_HOME="/data/.insightface"