rockerritesh commited on
Commit
6e42f9d
·
verified ·
1 Parent(s): 63b5a75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  RUN mkdir -p /app/cache && chmod 777 /app/cache
13
 
14
  # Set environment variable for Hugging Face cache
15
- ENV TRANSFORMERS_CACHE=/app/cache
16
 
17
  # Copy the application code
18
  COPY main.py .
 
12
  RUN mkdir -p /app/cache && chmod 777 /app/cache
13
 
14
  # Set environment variable for Hugging Face cache
15
+ ENV HF_HOME=/app/cache
16
 
17
  # Copy the application code
18
  COPY main.py .