Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
| 9 |
PYTHONUNBUFFERED=1 \
|
| 10 |
PYTHONDONTWRITEBYTECODE=1 \
|
| 11 |
TRANSFORMERS_CACHE=/app/cache \
|
| 12 |
-
HF_HOME=/app/cache
|
| 13 |
|
| 14 |
# Copy requirements file and install Python dependencies
|
| 15 |
COPY requirements.txt requirements.txt
|
|
|
|
| 9 |
PYTHONUNBUFFERED=1 \
|
| 10 |
PYTHONDONTWRITEBYTECODE=1 \
|
| 11 |
TRANSFORMERS_CACHE=/app/cache \
|
| 12 |
+
HF_HOME=/app/cache
|
| 13 |
|
| 14 |
# Copy requirements file and install Python dependencies
|
| 15 |
COPY requirements.txt requirements.txt
|