> ## 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.

# W&B가 컨테이너를 빌드하지 않도록 하고 싶은데, 그래도 Launch를 사용할 수 있나요?

미리 빌드된 도커 이미지를 실행하려면 `<>` 안의 자리표시자를 해당 값으로 바꾼 다음 실행하세요:

```bash theme={null}
wandb launch -d <docker-image-uri> -q <queue-name> -E <entrypoint>
```

이 명령어는 작업을 생성한 뒤 run을 시작합니다.

이미지에서 작업을 생성하려면 다음을 실행하세요:

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