Skip to content

Commit

Permalink
minor edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cormac Garvey authored and Cormac Garvey committed Jul 9, 2024
1 parent 31e5617 commit 5eaa9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/hpc_monitoring/aks/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Shows how to run custom HPC/AI cluster monitoring (IB, GPU, CPU, Disks etc) wit
## Build hpc monitoring container image

```
docker build -t \<YOUR ACR\>.azurecr.io/aks-ai-monitoring:\<YOUR TAG\> .
docker \<YOUR ACR\>.azurecr.io/aks-ai-monitoring:\<YOUR TAG\>
docker build -t <YOUR ACR>.azurecr.io/aks-ai-monitoring:<YOUR TAG> .
docker <YOUR ACR>.azurecr.io/aks-ai-monitoring:<YOUR TAG>
```

## Deploy HPC/AI Monitoring in AKS
Expand Down

0 comments on commit 5eaa9b6

Please sign in to comment.