AkshayaKeerthi commited on
Commit
a7fe28f
·
verified ·
1 Parent(s): 234ddf5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
9
 
10
  # Set the cache directory and pre-download the model
11
  RUN mkdir -p /app/.cache/huggingface
12
- ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
13
 
14
  COPY . .
15
 
 
9
 
10
  # Set the cache directory and pre-download the model
11
  RUN mkdir -p /app/.cache/huggingface
12
+ ENV HF_HOME=/app/.cache/huggingface
13
 
14
  COPY . .
15