mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-12-03 18:43:10 +00:00
Add AMD GPU support on Linux (#16)
This commit is contained in:
@@ -58,6 +58,14 @@ docker compose --profile gpu-nvidia up
|
||||
> If you have not used your Nvidia GPU with Docker before, please follow the
|
||||
> [Ollama Docker instructions](https://github.com/ollama/ollama/blob/main/docs/docker.md).
|
||||
|
||||
### For AMD GPU users on Linux
|
||||
|
||||
```
|
||||
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
|
||||
cd self-hosted-ai-starter-kit
|
||||
docker compose --profile gpu-amd up
|
||||
```
|
||||
|
||||
#### For Mac / Apple Silicon users
|
||||
|
||||
If you’re using a Mac with an M1 or newer processor, you can't expose your GPU
|
||||
|
||||
Reference in New Issue
Block a user