Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions egomimic/utils/aws/s3-writer-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ───────────────── s3-writer-cluster.yaml ─────────────────
# Launch with AWS_PROFILE=clusterv2 ray up egomimic/utils/aws/s3-writer-cluster.yaml
# Launch with AWS_PROFILE=clusterv2 ray up egomimic/utils/aws/s3-writer-cluster.yaml. Launch from ./EgoVerse
cluster_name: s3-writer-cluster

provider:
Expand All @@ -12,7 +12,7 @@ auth:
ssh_private_key: ~/.ssh/rldb-base-pem.pem

file_mounts:
"/home/ubuntu/EgoVerse": "/coc/flash7/skareer6/EgoVerse"
"/home/ubuntu/EgoVerse": "../EgoVerse"

rsync_exclude:
- "emimic/"
Expand Down