From 7ab34b92d020f8d0909e04d4aa6aa3e815d2e92b Mon Sep 17 00:00:00 2001 From: Olivier Dulcy Date: Wed, 27 Sep 2023 16:14:41 +0200 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46392c36d8..07313201c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,4 +63,4 @@ ENV PATH=/opt/python/bin:$PATH ARG FRAMEWORK=tf ARG DOCTR_VERSION=main RUN pip3 install -U pip setuptools wheel && \ - pip3 install --no-cache-dir "doctr[$FRAMEWORK]@git+https://github.com/mindee/doctr.git@main" + pip3 install --no-cache-dir "python-doctr[$FRAMEWORK]@git+https://github.com/mindee/doctr.git@$DOCTR_VERSION"