Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Sep 27, 2023
1 parent 9553d16 commit 7ab34b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ab34b9

Please sign in to comment.