Syamchand commited on
Commit
cccda5d
·
verified ·
1 Parent(s): 10510f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -17,9 +17,8 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  # Copy all your files
18
  COPY . .
19
 
20
- # Tell HF libraries to cache models inside the writable home dir
21
  ENV HF_HOME=/home/user/.cache/huggingface
22
- ENV TRANSFORMERS_CACHE=/home/user/.cache/huggingface/transformers
23
 
24
  # Run as the HF user to avoid permission issues
25
  USER user
 
17
  # Copy all your files
18
  COPY . .
19
 
20
+
21
  ENV HF_HOME=/home/user/.cache/huggingface
 
22
 
23
  # Run as the HF user to avoid permission issues
24
  USER user