mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2026-03-16 17:18:07 +01:00
support CPU only setup as well
This commit is contained in:
@@ -9,7 +9,9 @@ This repo helps quickly bootstrap an n8n demo environment using docker-compose.
|
||||
### Setup
|
||||
- Clone this repo
|
||||
- **Optionally** edit the credentials in the `.env` file
|
||||
- Run `docker compose up -d`, and wait a couple of minutes for all the containers to become healthy.
|
||||
- If you have an Nvidia GPU, run `docker compose --profile gpu-nvidia up`
|
||||
- Otherwise to run inference services on your CPU, run `docker compose --profile cpu up`
|
||||
- Wait a couple of minutes for all the containers to become healthy.
|
||||
|
||||
### Included service endpoints
|
||||
- [n8n](http://localhost:5678/)
|
||||
|
||||
Reference in New Issue
Block a user