udayl commited on
Commit
9024efc
·
1 Parent(s): fc679b9

fix: .cache

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -16,7 +16,8 @@ RUN pip install --no-cache-dir -r requirements.txt
16
  COPY . .
17
 
18
  # Set environment variables
19
- ENV PYTHONUNBUFFERED=1
 
20
 
21
  # Expose port
22
  EXPOSE 7860
 
16
  COPY . .
17
 
18
  # Set environment variables
19
+ ENV PYTHONUNBUFFERED=1 \
20
+ HF_HOME=/home/user/huggingface
21
 
22
  # Expose port
23
  EXPOSE 7860