Skip to content

Commit

Permalink
update k8s release link to v0.2.2 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauranutanix authored Jun 26, 2024
1 parent 49fa1a4 commit c7a3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/kubernetes/v0.2/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ helm install --wait -n gpu-operator --create-namespace gpu-operator nvidia/gpu-o
For NKE 2.9, refer the [official documentation](https://portal.nutanix.com/page/documents/details?targetId=Release-Notes-Nutanix-Kubernetes-Engine-v2_9:top-validated-config-r.html) for the validated config.

### Download nutanix package and Install python libraries
Download the **v0.2** release version from [NAI-LLM-K8s Releases](https://github.com/nutanix/nai-llm-k8s/releases/tag/v0.2) and untar the release. Set the working directory to the root folder containing the extracted release.
Download the **v0.2.2** release version from [NAI-LLM-K8s Releases](https://github.com/nutanix/nai-llm-k8s/releases/tag/v0.2.2) and untar the release. Set the working directory to the root folder containing the extracted release.
```
export WORK_DIR=absolute_path_to_empty_release_directory
mkdir $WORK_DIR
Expand Down

0 comments on commit c7a3d4c

Please sign in to comment.