indentation
This commit is contained in:
parent
42df43d21a
commit
a3304594e5
1 changed files with 6 additions and 6 deletions
|
|
@ -129,13 +129,13 @@ The following variables are required or recommended:
|
||||||
|
|
||||||
* **GPU-accelerated deployment**: If your host machine has an NVIDIA GPU with CUDA support and compatible NVIDIA drivers, use the base `docker-compose.yml` file with the `docker-compose.gpu.yml` override:
|
* **GPU-accelerated deployment**: If your host machine has an NVIDIA GPU with CUDA support and compatible NVIDIA drivers, use the base `docker-compose.yml` file with the `docker-compose.gpu.yml` override:
|
||||||
|
|
||||||
```bash title="Docker"
|
```bash title="Docker"
|
||||||
docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d
|
docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash title="Podman"
|
```bash title="Podman"
|
||||||
podman compose -f docker-compose.yml -f docker-compose.gpu.yml up -d
|
podman compose -f docker-compose.yml -f docker-compose.gpu.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
<PartialGpuModeTip />
|
<PartialGpuModeTip />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue