Can't start CodeProject.AI

risquare

n3wb
Joined
May 26, 2022
Messages
28
Reaction score
4
Location
Kansas
Trying to switch from DeepStack to CodeProject.AI.
I have dedicated RPi4 with 8GB of RAM for it.
Docker installed and tested working.
CodeProject.AI Docker image uploaded without errors.
Copied the commands below from CodeProject web site and getting errors

docker run --name CodeProject.AI-Server -d -p 32168:32168 ^
--mount type=bind,source=/etc/codeproject/ai,target=/etc/codeproject/ai \
--mount type=bind,source=/opt/codeproject/ai,target=/app/modules \
codeproject/ai-server:arm64

This character ^ looks odd in the command so I replaced it with \ but it didn't help.


I'm not Linux guy so I can't do more than copy and paste. Can someone help?
 
Top