We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e151a commit 6b8a8bcCopy full SHA for 6b8a8bc
tensorflow_serving/tools/docker/Dockerfile.devel-gpu
@@ -56,7 +56,9 @@ RUN apt-get install -y --no-install-recommends \
56
libnvinfer-plugin8=8.6.1.6-1+cuda12.0 \
57
libnvinfer8=8.6.1.6-1+cuda12.0 \
58
libnvinfer-dev=8.6.1.6-1+cuda12.0 \
59
+ libnvinfer-headers-dev=8.6.1.6-1+cuda12.0 \
60
libnvinfer-plugin-dev=8.6.1.6-1+cuda12.0 \
61
+ libnvinfer-headers-plugin-dev=8.6.1.6-1+cuda12.0 \
62
automake \
63
build-essential \
64
ca-certificates \
0 commit comments