Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions common/install_health_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ if [ "${GPU_PLAT}" = "NVIDIA" ]; then

pushd azurehpc-health-checks

# Pull down docker container from MCR
./dockerfile/pull-image-acr.sh cuda
# Pull CUDA Docker image from MCR
./dockerfile/pull-image-mcr.sh cuda
popd
else
git clone https://github.com/Azure/azurehpc-health-checks.git
git clone https://github.com/Azure/azurehpc-health-checks.git --branch v$AZHC_VERSION

pushd azurehpc-health-checks
# Build docker image for AMD while waiting to be published on MCR
./dockerfile/build_image.sh rocm


# Pull ROCm Docker image from MCR
./dockerfile/pull-image-mcr.sh rocm
popd
fi

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
},
"aznhc": {
"common": {
"version": "0.4.2"
"version": "0.4.4"
}
},
"rdma_core": {
Expand Down