Install ocr-bench 0.0.4 from PyPI (replaces tarball pin)
Browse files- 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]
|
| 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 |
|