Skip to content

Commit

Permalink
feat(video): How to Self-Host Your Own Private AI Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jul 8, 2024
1 parent 0f194e9 commit 165a772
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _posts/2024-07-08-ai-stack-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ Here is the folder structure. Most subfolders are created when binding volumes.
│   └── wyoming-piper
```

## Folder Permissions

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.

```bash
sudo chown serveradmin:serveradmin -R /opt/stacks
```

## Variables with .env

My `ai-stack` `.env`is pretty minimal
Expand Down

0 comments on commit 165a772

Please sign in to comment.