File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,25 @@ ARG CLANG_VERSION=18
88## Obtain GCP's NCCL TCPx plugin
99###############################################################################
1010
11- FROM us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpx/nccl-plugin-gpudirecttcpx:v3.1.10 as tcpx-installer-amd64
11+ FROM us-docker.pkg.dev/gce-ai-infra/gpudirect-tcpx/nccl-plugin-gpudirecttcpx:v3.1.10 AS tcpx-installer-amd64
1212
1313# make a stub arm64 container because GCP does not provide an arm64 version of the plugin
14- FROM ubuntu as tcpx-installer-arm64
14+ FROM ubuntu AS tcpx-installer-arm64
1515RUN <<"OUTEREOF" bash -ex
1616mkdir -p /scripts /var/lib/tcpx/lib64
1717echo '#!/bin/bash' > /scripts/container_entry.sh
1818chmod +x /scripts/container_entry.sh
1919OUTEREOF
2020
21- FROM tcpx-installer-${TARGETARCH} as tcpx-installer
21+ FROM tcpx-installer-${TARGETARCH} AS tcpx-installer
2222RUN /scripts/container_entry.sh install
2323
2424###############################################################################
2525## Build base image
2626###############################################################################
2727
2828FROM ${BASE_IMAGE}
29+ ARG BASE_IMAGE
2930ARG GIT_USER_EMAIL
3031ARG GIT_USER_NAME
3132ARG CLANG_VERSION
You can’t perform that action at this time.
0 commit comments