Skip to content

Commit

Permalink
add tensorrt install
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu-work committed Dec 21, 2024
1 parent 3e638a7 commit 2375e28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .azure_pipelines/dockerfiles/linux-gpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ RUN apt-get update && \
python${PYTHON_VERSION}-dev \
python${PYTHON_VERSION}-venv \
python3-pip \
libnvinfer-lean10 \
python3-libnvinfer-lean \
libnvinfer-dispatch10 \
python3-libnvinfer-dispatch \
tensorrt-libs \
tensorrt-dev \
libnvinfer-lean-dev \
libnvinfer-dispatch-dev \
python3-libnvinfer \
unzip \
docker.io
RUN ln -s /usr/bin/python${PYTHON_VERSION} /usr/bin/python
Expand Down

0 comments on commit 2375e28

Please sign in to comment.