(feat): adding intel gpus support

This commit is contained in:
rahulunair
2024-05-13 21:21:05 +00:00
parent 1b5130694a
commit 6be88fa81b
3 changed files with 89 additions and 0 deletions

View File

@@ -34,4 +34,11 @@ docker build -t moonbot .
docker run --env-file .env -p 7860:7860 moonbot
```
### For Intel GPUs (Arc, Max and Flex series)
```
docker build -t moonbot -f Dockerfile.intel .
docker run --env-file .env -p 7860:7860 --device /dev/dri moonbot
```
You can try to visit `http://localhost:7860/start` again.