Skip to content

Commit da308fd

Browse files
authored
Merge pull request #217 from NVIDIA/remove-imex-ubuntu20.04
Remove installation of imex pkg on Ubuntu 20.04
2 parents 777c08a + 5577e96 commit da308fd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ubuntu20.04/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
10190
WORKDIR /drivers
10291

10392
ARG PUBLIC_KEY=empty

0 commit comments

Comments
 (0)