Remove uneccesary

This commit is contained in:
Nicolas Mowen 2024-09-16 15:04:07 -06:00
parent e50dd6ab20
commit 8a10d760f7

View File

@ -18,7 +18,7 @@ FROM tensorrt-base AS cudnn-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
&& apt-get install -y git build-essential
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/cuda-keyring_1.1-1_all.deb \
&& dpkg -i cuda-keyring_1.1-1_all.deb \