Skip to content

Commit 0f194e9

Browse files
feat(video): How to Self-Host Your Own Private AI Stack
1 parent c739bca commit 0f194e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2024-07-08-ai-stack-tutorial.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here are the packages and repo's we're be using
111111

112112
I am using Traefik as the only entry point into this stack. No ports are exposed on the host. If you don't want to use traefik, just comment out the labels (and optionally rename the network named `traefik`). You will then need to expose ports for `open-webui`, `stable-diffusion-webui`, and `whipser` in your Docker compose file.
113113

114-
If you need help installing Traefik, see this post on [installing Traefik 3]([traefik 3 on Docker](/posts/traefik-3-docker-certificates/)*)
114+
If you need help installing Traefik, see this post on [installing traefik 3 on Docker](/posts/traefik-3-docker-certificates/)
115115

116116
### DNS
117117

@@ -199,7 +199,7 @@ You should see the same output as running `nvidia-smi` without Docker.
199199

200200
Stacks live in `/opt/stacks`
201201

202-
Here is the folder structure. Most subfolders create when binding volumes.
202+
Here is the folder structure. Most subfolders are created when binding volumes.
203203

204204
```bash
205205
├── ai-stack
@@ -251,6 +251,8 @@ docker compose up -d --build
251251

252252
There are additional steps you'll need to do before starting this stack. Please continue on to the end.
253253

254+
`compose.yaml`
255+
254256
```yaml
255257
services:
256258

0 commit comments

Comments
 (0)