Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11-slim-bullseye
|
|
5 |
ENV PYTHONUNBUFFERED=1 \
|
6 |
PYTHONIOENCODING=UTF-8 \
|
7 |
TESSERACT_PATH="/usr/bin/tesseract" \
|
8 |
-
|
9 |
|
10 |
# Set the working directory
|
11 |
WORKDIR /app
|
|
|
5 |
ENV PYTHONUNBUFFERED=1 \
|
6 |
PYTHONIOENCODING=UTF-8 \
|
7 |
TESSERACT_PATH="/usr/bin/tesseract" \
|
8 |
+
HF_HOME="/app/cache"
|
9 |
|
10 |
# Set the working directory
|
11 |
WORKDIR /app
|