enskaff commited on
Commit
5a60ff4
·
verified ·
1 Parent(s): 6f2c834

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
7
  PIP_DISABLE_PIP_VERSION_CHECK=on \
8
  PYTHONIOENCODING=utf-8 \
9
  PYTHONUNBUFFERED=1 \
10
- TRANSFORMERS_CACHE=/app/transformers_cache \
11
  NUMBA_DISABLE_CACHE=1
12
 
13
  # Create the transformers cache directory and ensure it's writable
 
7
  PIP_DISABLE_PIP_VERSION_CHECK=on \
8
  PYTHONIOENCODING=utf-8 \
9
  PYTHONUNBUFFERED=1 \
10
+ HF_HOME=/app/huggingface_cache \
11
  NUMBA_DISABLE_CACHE=1
12
 
13
  # Create the transformers cache directory and ensure it's writable