Skip to main content
To launch a pre-built Docker image, execute the following command. Replace the placeholders in the <> with your specific information:
wandb launch -d <docker-image-uri> -q <queue-name> -E <entrypoint>
This command creates a job and starts a run. To create a job from an image, use the following command:
wandb job create image <image-name> -p <project> -e <entity>
I