We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d5571 commit d4f6fafCopy full SHA for d4f6faf
docker/transformers-all-latest-gpu/Dockerfile
@@ -67,7 +67,7 @@ RUN set -e; \
67
68
RUN python3 -m pip install --no-cache-dir -U timm
69
70
-RUN [ "$PYTORCH" != "pre" ] && python3 -m pip install --no-cache-dir git+https://github.com/facebookresearch/detectron2.git || echo "Don't install detectron2 with nightly torch"
+RUN [ "$PYTORCH" != "pre" ] && python3 -m pip install --no-cache-dir --no-build-isolation git+https://github.com/facebookresearch/detectron2.git || echo "Don't install detectron2 with nightly torch"
71
72
RUN python3 -m pip install --no-cache-dir pytesseract
73
0 commit comments