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 c8b58b4 commit 21ce7deCopy full SHA for 21ce7de
docker/dockerfiles/Dockerfile.onnx.jetson.5.1.1
@@ -29,6 +29,7 @@ COPY requirements/requirements.clip.txt \
29
RUN pip3 install --ignore-installed PyYAML && rm -rf ~/.cache/pip
30
31
RUN pip3 install --upgrade pip && pip3 install \
32
+ git+https://github.com/pypdfium2-team/pypdfium2 \
33
-r _requirements.txt \
34
-r requirements.clip.txt \
35
-r requirements.http.txt \
0 commit comments