> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# wandb docker-run

Wrap `docker run` and adds WANDB\_API\_KEY and WANDB\_DOCKER environment variables.

This will also set the runtime to nvidia if the nvidia-docker executable is present on the system and --runtime wasn't set.

See `docker run --help` for more details.

`docker run`을 래핑하여 WANDB\_API\_KEY 및 WANDB\_DOCKER 환경 변수를 추가합니다.

또한 시스템에 nvidia-docker 실행 파일이 존재하고 --runtime이 설정되지 않은 경우, 런타임을 nvidia로 설정합니다.

자세한 내용은 `docker run --help`를 참조하세요.

## Usage

```bash theme={null}
wandb docker-run [DOCKER_RUN_ARGS]
```

## Arguments

| 인수                | 설명    | 필수 여부 |
| :---------------- | :---- | :---- |
| `DOCKER_RUN_ARGS` | 설명 없음 | No    |
