Skip to content

Commit 48be7f9

Browse files
committed
detectron2 - part 2
1 parent d4f6faf commit 48be7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/transformers-doc-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get -y update && apt-get install -y libsndfile1-dev && apt install -y te
1010
# Torch needs to be installed before deepspeed
1111
RUN python3 -m pip install --no-cache-dir ./transformers[deepspeed]
1212

13-
RUN python3 -m pip install --no-cache-dir torchvision git+https://github.com/facebookresearch/detectron2.git pytesseract
13+
RUN python3 -m pip install --no-cache-dir --no-build-isolation torchvision git+https://github.com/facebookresearch/detectron2.git pytesseract
1414
RUN python3 -m pip install -U "itsdangerous<2.1.0"
1515

1616
# Test if the image could successfully build the doc. before publishing the image

0 commit comments

Comments
 (0)