Spanicin commited on
Commit
340e9ec
·
verified ·
1 Parent(s): 46d2820

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- TRANSFORMERS_CACHE="/app/cache"
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