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 W&B Mobile App for iOS is here. Monitor training runs and explore your projects from your iPhone or iPad.
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?