Pass computes value to libyolo_layer build (#10210)

This commit is contained in:
Nate Meyer
2024-03-05 07:04:13 -05:00
committed by GitHub
parent 30b68e59f2
commit 390403d957
4 changed files with 9 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ ARG TRT_BASE=nvcr.io/nvidia/tensorrt:23.03-py3
# Build TensorRT-specific library
FROM ${TRT_BASE} AS trt-deps
ARG COMPUTE_LEVEL
RUN apt-get update \
&& apt-get install -y git build-essential cuda-nvcc-* cuda-nvtx-* libnvinfer-dev libnvinfer-plugin-dev libnvparsers-dev libnvonnxparsers-dev \
&& rm -rf /var/lib/apt/lists/*