Skip to content

Commit 21ce7de

Browse files
committed
Small bug fix due to broken depency in Jetson 5.X dockerfile
1 parent c8b58b4 commit 21ce7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/dockerfiles/Dockerfile.onnx.jetson.5.1.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ COPY requirements/requirements.clip.txt \
2929
RUN pip3 install --ignore-installed PyYAML && rm -rf ~/.cache/pip
3030

3131
RUN pip3 install --upgrade pip && pip3 install \
32+
git+https://github.com/pypdfium2-team/pypdfium2 \
3233
-r _requirements.txt \
3334
-r requirements.clip.txt \
3435
-r requirements.http.txt \

0 commit comments

Comments
 (0)