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 d4f6faf commit 48be7f9Copy full SHA for 48be7f9
docker/transformers-doc-builder/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get -y update && apt-get install -y libsndfile1-dev && apt install -y te
10
# Torch needs to be installed before deepspeed
11
RUN python3 -m pip install --no-cache-dir ./transformers[deepspeed]
12
13
-RUN python3 -m pip install --no-cache-dir torchvision git+https://github.com/facebookresearch/detectron2.git pytesseract
+RUN python3 -m pip install --no-cache-dir --no-build-isolation torchvision git+https://github.com/facebookresearch/detectron2.git pytesseract
14
RUN python3 -m pip install -U "itsdangerous<2.1.0"
15
16
# Test if the image could successfully build the doc. before publishing the image
0 commit comments