I thought I used Joshua's image but I tried so many things that my eyes may have mixed up the files when burning them (could also be lack of sleep LOL).
I'm going to start from scratch. Did you see my lost post about the Docker image? Which Docker image did you use?
Thank you both Pete and Mike. I'm probably making user errors but appreciate your help.![]()
I thought I used Joshua's image but I tried so many things that my eyes may have mixed up the files when burning them (could also be lack of sleep LOL).
I'm going to start from scratch. Did you see my lost post about the Docker image? Which Docker image did you use?
Thank you both Pete and Mike. I'm probably making user errors but appreciate your help.![]()
this is my docker compose file:
services:
CodeProjectAI:
image: codeproject/ai-server:arm64
container_name: codeproject-ai-server-arm64
privileged: True
hostname: codeproject-ai-server
restart: unless-stopped
ports:
- "5000:32168"
environment:
- TZ=America/Los_Angeles
volumes:
- /dev/bus/usb:/dev/bus/usb
- codeproject_ai_data:/etc/codeproject/ai
- codeproject_ai_modules:/app/modules
devices:
- /dev/bus/usb:/dev/bus/usb
volumes:
codeproject_ai_data:
codeproject_ai_modules: