Skip to content

Commit 3e8748e

Browse files
authored
troubleshooting nccl tests (#399)
1 parent aa40b08 commit 3e8748e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/nccl/nccl.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ python3 xpk.py workload create \
4444
--zone=$COMPUTE_ZONE --project=$PROJECT_ID \
4545
--num-nodes=$WORKLOAD_NUM_NODES
4646
```
47+
48+
49+
### Troubleshooting
50+
51+
If you are getting a 403 Forbidden Error when creating docker image, make sure to add `us-docker.pkg.dev` to the list of gcloud credential helpers using this command:
52+
53+
```bash
54+
gcloud auth configure-docker us-docker.pkg.dev
55+
```

0 commit comments

Comments
 (0)