diff --git a/docker/Dockerfile b/docker/Dockerfile index 7ac13e771b69..91ce099672ca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -117,9 +117,6 @@ ENV UV_LINK_MODE=copy # Verify GCC version RUN gcc --version -# Ensure CUDA compatibility library is loaded -RUN echo "/usr/local/cuda-$(echo "$CUDA_VERSION" | cut -d. -f1,2)/compat/" > /etc/ld.so.conf.d/00-cuda-compat.conf && ldconfig - # ============================================================ # SLOW-CHANGING DEPENDENCIES BELOW # These are the expensive layers that we want to cache @@ -453,9 +450,6 @@ ENV UV_HTTP_TIMEOUT=500 ENV UV_INDEX_STRATEGY="unsafe-best-match" ENV UV_LINK_MODE=copy -# Ensure CUDA compatibility library is loaded -RUN echo "/usr/local/cuda-$(echo "$CUDA_VERSION" | cut -d. -f1,2)/compat/" > /etc/ld.so.conf.d/00-cuda-compat.conf && ldconfig - # ============================================================ # SLOW-CHANGING DEPENDENCIES BELOW # These are the expensive layers that we want to cache