> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# I do not want W&B to build a container for me, can I still use Launch?

To launch a pre-built Docker image, execute the following command. Replace the placeholders in the `<>` with your specific information:

```bash theme={null}
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:

```bash theme={null}
wandb job create image <image-name> -p <project> -e <entity>
```
