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

medical\_thought

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` | 説明なし | いいえ |
