davanstrien HF Staff commited on
Commit
f23a26b
·
verified ·
1 Parent(s): 2048841

Install ocr-bench 0.0.4 from PyPI (replaces tarball pin)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
 
6
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
7
 
8
- RUN uv pip install --system --no-cache "ocr-bench[viewer] @ https://github.com/davanstrien/ocr-bench/archive/86e2b67.tar.gz"
9
 
10
  COPY --chown=user space.py ./
11
 
 
5
 
6
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
7
 
8
+ RUN uv pip install --system --no-cache "ocr-bench[viewer]>=0.0.4"
9
 
10
  COPY --chown=user space.py ./
11