Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

fix: Add explanation for copying files #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/kuberay/deploy-on-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Something is worth noticing:
```sh
# Step 7.1: Log in to the head Pod
export HEAD_POD=$(kubectl get pods --selector=ray.io/node-type=head -o custom-columns=POD:metadata.name --no-headers)
kubectl cp ../../serve_configs $HEAD_POD:/home/ray/serve_configs # If it does not exist
kubectl exec -it $HEAD_POD -- bash
enori marked this conversation as resolved.
Show resolved Hide resolved

# Step 7.2: Llama 2 related models require HUGGING_FACE_HUB_TOKEN to be set.
Expand Down