Created
March 6, 2025 15:02
-
-
Save curtistinkers/ad543674f812cf73cd25cf899e23ccc5 to your computer and use it in GitHub Desktop.
Docker Compose file for CodeProject.AI with Google Coral mini PCIe support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
CodeProjectAI: | |
image: codeproject/ai-server | |
container_name: codeproject-ai-server-cpu | |
hostname: codeproject-ai-server | |
restart: unless-stopped | |
ports: | |
- "32168:32168" | |
volumes: | |
- /etc/localtime:/etc/localtime:ro | |
- ./data:/etc/codeproject/ai | |
- ./modules:/app/modules | |
devices: | |
- /dev/apex_0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment