Skip to content

Commit

Permalink
Update README.md link
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 authored Sep 10, 2023
1 parent ba02eb0 commit 3a9deb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ az group create --name kdm-rg --location eastus
az aks create --name kdm-aks --resource-group kdm-rg --node-count 1 --generate-ssh-keys
```

2. Install [gpu-provisioner](https://github.com/Fei-Guo/gpu-vmprovisioner) helm chart
2. Install [gpu-provisioner](https://github.com/Azure/gpu-provisioner.git) helm chart

```bash

git clone https://github.com/Fei-Guo/gpu-vmprovisioner.git
git clone https://github.com/Azure/gpu-provisioner.git
cd gpu-vmprovisioner

AZURE_SUBSCRIPTION_ID=<your_subscription_id> AZURE_LOCATION=<Azure_region> \
Expand Down

0 comments on commit 3a9deb9

Please sign in to comment.