Skip to content

Commit

Permalink
fix building pip packages on ubuntu24
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrawins committed Nov 28, 2024
1 parent 71ca0c5 commit 404dd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def create_dockerfile_linux(
WORKDIR /opt/tritonserver
COPY --chown=1000:1000 NVIDIA_Deep_Learning_Container_License.pdf .
ENV PIP_BREAK_SYSTEM_PACKAGES=1
RUN find /opt/tritonserver/python -maxdepth 1 -type f -name \\
"tritonserver-*.whl" | xargs -I {} pip install --upgrade {}[all] && \\
find /opt/tritonserver/python -maxdepth 1 -type f -name \\
Expand Down

0 comments on commit 404dd03

Please sign in to comment.