Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
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
|