File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ kubernetes:
4040runs_on_dockers :
4141 - {
4242 file : " contrib/Dockerfile" ,
43- name : " ubuntu24.04-nixl-base" ,
43+ name : " ubuntu24.04-$arch- nixl-base" ,
4444 uri : " $arch/$name" ,
4545 tag : " 20251103" ,
4646 build_args : " --target nixl-base --build-arg ARCH=$arch"
4747 }
4848 - {
4949 file : " contrib/Dockerfile" ,
50- name : " ubuntu22.04-nixl-base" ,
50+ name : " ubuntu22.04-$arch- nixl-base" ,
5151 uri : " $arch/$name" ,
5252 tag : " 20251103" ,
5353 build_args : " --target nixl-base --build-arg ARCH=$arch --build-arg BASE_IMAGE_TAG=24.10-cuda12.6-devel-ubuntu22.04"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ ARCH=$(uname -m)
5656# Skip dependency installation if running in pre-built nixl-base image
5757if [ -n " ${NIXL_BASE_IMAGE_ENV} " ]; then
5858 # Use pre-installed libfabric from base image
59- LIBFABRIC_INSTALL_DIR=${LIBFABRIC_INSTALL_DIR :- / usr/ local}
59+ LIBFABRIC_INSTALL_DIR=/usr/local
6060else
6161
6262# Some docker images are with broken installations:
You can’t perform that action at this time.
0 commit comments