File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -87,17 +87,6 @@ RUN if [ "$DRIVER_TYPE" != "vgpu" ] && [ "$TARGETARCH" != "arm64" ]; then \
8787 libnvidia-nscq-${DRIVER_BRANCH}=${DRIVER_VERSION}-1 && \
8888 rm -rf /var/lib/apt/lists/*; fi
8989
90- # Force install the imex package to workaround a dependency issue.
91- # The debian packages for Ubuntu 20.04 incorrectly mark openssl >= 3
92- # as a dependency of the nvidia-imex-$DRIVER_BRANCH package, even
93- # though openssl is statically linked.
94- RUN if [ "$DRIVER_TYPE" != "vgpu" ] && [ "$DRIVER_BRANCH" -ge "550" ]; then \
95- OS_ARCH=${TARGETARCH/amd64/x86_64} && OS_ARCH=${OS_ARCH/arm64/sbsa} && \
96- curl -fSsL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/${OS_ARCH}/nvidia-imex-${DRIVER_BRANCH}_${DRIVER_VERSION}-1_${TARGETARCH}.deb \
97- -o nvidia-imex.deb && \
98- dpkg --force-all -i nvidia-imex.deb && \
99- rm nvidia-imex.deb; fi
100-
10190WORKDIR /drivers
10291
10392ARG PUBLIC_KEY=empty
You can’t perform that action at this time.
0 commit comments