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"