rabindra-sss commited on
Commit
bfb57dd
·
verified ·
1 Parent(s): 65e6409

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . .
10
  RUN pip install -r requirements.txt
11
 
12
  # Create and set the cache directory for Hugging Face
13
- ENV TRANSFORMERS_CACHE=/app/cache
14
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
15
 
16
  # Expose the port
 
10
  RUN pip install -r requirements.txt
11
 
12
  # Create and set the cache directory for Hugging Face
13
+ ENV HF_HOME=/app/cache
14
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
15
 
16
  # Expose the port