Skip to content

Commit

Permalink
Small bug fix due to broken depency in Jetson 5.X dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulguerrie committed Dec 13, 2023
1 parent c8b58b4 commit 21ce7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dockerfiles/Dockerfile.onnx.jetson.5.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ COPY requirements/requirements.clip.txt \
RUN pip3 install --ignore-installed PyYAML && rm -rf ~/.cache/pip

RUN pip3 install --upgrade pip && pip3 install \
git+https://github.com/pypdfium2-team/pypdfium2 \
-r _requirements.txt \
-r requirements.clip.txt \
-r requirements.http.txt \
Expand Down

0 comments on commit 21ce7de

Please sign in to comment.