fix: update Harbor OCI path to infra project
This commit is contained in:
parent
18d9630d08
commit
f423a18a42
|
|
@ -18,7 +18,7 @@ VGG11 + CIFAR-10 기반 torchrun 분산 학습을 StatefulSet으로 배포한다
|
|||
helm registry login harbor.inje-private.com -u admin
|
||||
|
||||
# Chart pull
|
||||
helm pull oci://harbor.inje-private.com/nccl-perftest/nccl-perftest --version 0.1.0
|
||||
helm pull oci://harbor.inje-private.com/infra/nccl-perftest --version 0.1.0
|
||||
```
|
||||
|
||||
## Install
|
||||
|
|
@ -31,7 +31,7 @@ helm install nccl-perftest ./nccl-perftest
|
|||
helm install my-release ./nccl-perftest
|
||||
|
||||
# OCI 레지스트리에서 직접 설치
|
||||
helm install nccl-perftest oci://harbor.inje-private.com/nccl-perftest/nccl-perftest --version 0.1.0
|
||||
helm install nccl-perftest oci://harbor.inje-private.com/infra/nccl-perftest --version 0.1.0
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
|
|
|||
Loading…
Reference in New Issue