mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
update Dockerfile.manylinux2014_cuda11_4_tensorrt8_2 to TensorRT 8.2.2.1 (#10167)
This commit is contained in:
parent
c29397ad4f
commit
91f85dfdad
1 changed files with 2 additions and 2 deletions
|
|
@ -182,9 +182,9 @@ CMD ["/bin/bash"]
|
|||
|
||||
#Build manylinux2014 docker image end
|
||||
|
||||
#Install TensorRT 8.2.1.8
|
||||
#Install TensorRT 8.2.2.1
|
||||
#RUN yum install -y wget
|
||||
RUN v="8.2.1-1.cuda11.4" &&\
|
||||
RUN v="8.2.2-1.cuda11.4" &&\
|
||||
yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo &&\
|
||||
yum -y install libnvinfer8-${v} libnvparsers8-${v} libnvonnxparsers8-${v} libnvinfer-plugin8-${v} \
|
||||
libnvinfer-devel-${v} libnvparsers-devel-${v} libnvonnxparsers-devel-${v} libnvinfer-plugin-devel-${v}
|
||||
|
|
|
|||
Loading…
Reference in a new issue