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.
wandb launch -d command does not upload images to a registry. Upload images to a registry separately. Follow these steps:
docker build -t <repo-url>:<tag> .
docker push <repo-url>:<tag>
wandb launch -d <repo-url>:<tag>
Was this page helpful?