Skip to content

Commit 165a772

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,14 @@ Here is the folder structure. Most subfolders are created when binding volumes.
217217
│   └── wyoming-piper
218218
```
219219

220+
## Folder Permissions
221+
222+
If you run into any folder permission errors while running any of this, you can simple change the owner to yourself using the command. Please replace the user and group with your own user and group.
223+
224+
```bash
225+
sudo chown serveradmin:serveradmin -R /opt/stacks
226+
```
227+
220228
## Variables with .env
221229

222230
My `ai-stack` `.env`is pretty minimal

0 commit comments

Comments
 (0)