Skip to content

Commit 0ed8083

Browse files
committed
cmts
1 parent a9368ce commit 0ed8083

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
ARG CUDA_VERSION=12.9.1
2-
3-
########################################################
4-
########## Base Image with System Dependencies ########
5-
########################################################
62
FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04 AS base
73

84
ARG TARGETARCH
@@ -545,11 +541,6 @@ COPY --from=framework /usr/lib/libgdrapi.so* /usr/lib/
545541
COPY --from=framework /usr/bin/gdrcopy_* /usr/bin/
546542
COPY --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
554545
RUN ln -sf /usr/lib/$(uname -m)-linux-gnu/libmlx5.so.1 /usr/lib/$(uname -m)-linux-gnu/libmlx5.so
555546

0 commit comments

Comments
 (0)