File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 11ARG CUDA_VERSION=12.9.1
2-
3- # #######################################################
4- # ######### Base Image with System Dependencies ########
5- # #######################################################
62FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04 AS base
73
84ARG TARGETARCH
@@ -545,11 +541,6 @@ COPY --from=framework /usr/lib/libgdrapi.so* /usr/lib/
545541COPY --from=framework /usr/bin/gdrcopy_* /usr/bin/
546542COPY --from=framework /usr/src/gdrdrv-2.5.1 /usr/src/gdrdrv-2.5.1
547543
548- # Copy essential binaries
549- COPY --from=framework /usr/local/bin/diff-so-fancy /usr/local/bin/
550- COPY --from=framework /usr/local/bin/yank /usr/local/bin/
551- COPY --from=framework /usr/local/bin/just /usr/local/bin/
552-
553544# Fix DeepEP IBGDA symlink in runtime
554545RUN ln -sf /usr/lib/$(uname -m)-linux-gnu/libmlx5.so.1 /usr/lib/$(uname -m)-linux-gnu/libmlx5.so
555546
You can’t perform that action at this time.
0 commit comments