Skip to content

Commit d4f6faf

Browse files
committed
detectron2 - part 1
1 parent 10d5571 commit d4f6faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/transformers-all-latest-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -e; \
6767

6868
RUN python3 -m pip install --no-cache-dir -U timm
6969

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"
70+
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"
7171

7272
RUN python3 -m pip install --no-cache-dir pytesseract
7373

0 commit comments

Comments
 (0)