Skip to content

Commit 142670d

Browse files
committed
changed to docker repo
1 parent b5935b5 commit 142670d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site-src/guides/epp-standalone.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,13 @@ Set the chart version and then select a tab to follow the provider-specific inst
6363

6464
```bash
6565
export EPP_STANDALONE_CHART_VERSION=v0
66-
export PROVIDER=<YOUR_PROVIDER> # can be gke as gke needed it specific epp monitoring resources.
67-
git clone --depth 1 https://github.com/kubernetes-sigs/gateway-api-inference-extension.git /tmp/temp-chart-repo && \
66+
export PROVIDER=<YOUR_PROVIDER> #optional, can be gke as gke needed it specific epp monitoring resources.
6867
helm install vllm-llama3-8b-instruct \
6968
--dependency-update \
7069
--set inferenceExtension.endpointsServer.endpointSelector="app=vllm-llama3-8b-instruct" \
7170
--set provider.name=$PROVIDER \
72-
/tmp/temp-chart-repo/config/charts/epp-standalone && \
73-
rm -rf /tmp/temp-chart-repo
71+
--version $EPP_STANDALONE_CHART_VERSION \
72+
oci://us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/charts/epp-standalone
7473
```
7574

7675
#### Try it out

0 commit comments

Comments
 (0)