Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
No, the wandb launch -d command does not upload images to a registry. Upload images to a registry separately. Follow these steps:
- Build an image.
- Push the image to a registry.
The workflow is as follows:
docker build -t <repo-url>:<tag> .
docker push <repo-url>:<tag>
wandb launch -d <repo-url>:<tag>
The launch agent then spins up a job pointing to the specified container. See Advanced agent setup for examples on configuring agent access to pull images from a container registry.
For Kubernetes, ensure that the Kubernetes cluster pods have access to the registry where the image is pushed.