You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings all!
First of all, if I am posting in the wrong section or even server, my sincerest of apologies as I was not sure where to turn for assistance.
Background:
I am a long-time CodeProjectAI (CPAI) user and have it integrated with BlueIris. I have currently CPAI installed on an older Windows machine with an older NVIDIA GPU.
I am attempting to upgrade to a newer Windows Machine with a newer CPU and GPU so that I can hopefully get better performance out of it.
I am new to Docker, but I think I get the gist of it. So, I installed Docker Desktop on my new machine and attempted to pull down the GPU version of CPAI using the command line.
The pull lasts for several minutes where several things are clearly installing and then it stops with this error message:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings all!
First of all, if I am posting in the wrong section or even server, my sincerest of apologies as I was not sure where to turn for assistance.
Background:
I am a long-time CodeProjectAI (CPAI) user and have it integrated with BlueIris. I have currently CPAI installed on an older Windows machine with an older NVIDIA GPU.
I am attempting to upgrade to a newer Windows Machine with a newer CPU and GPU so that I can hopefully get better performance out of it.
I am new to Docker, but I think I get the gist of it. So, I installed Docker Desktop on my new machine and attempted to pull down the GPU version of CPAI using the command line.
The pull lasts for several minutes where several things are clearly installing and then it stops with this error message:
"docker: failed commit on ref "layer-sha256:d31909447e16539545e56d57a1ee705821ed2191f903d50cc8caec60c9148880": commit failed: unexpected commit digest sha256:98a968c4a78f5b20b2f1f0003920fc54f0499563ee1eaea38a6620139fb4fe87, expected sha256:d31909447e16539545e56d57a1ee705821ed2191f903d50cc8caec60c9148880: failed precondition"
The pull command I am using is: (copied straight from the CPAI "Docker" section of the website)
docker run --name CodeProject.AI -d -p 32168:32168 --gpus all ^
More? --mount type=bind,source=C:\ProgramData\CodeProject\AI\docker\data,target=/etc/codeproject/ai ^
More? --mount type=bind,source=C:\ProgramData\CodeProject\AI\docker\modules,target=/app/modules ^
More? codeproject/ai-server:gpu
Results in this error, but continues pull:
Unable to find image 'codeproject/ai-server:gpu' locally
gpu: Pulling from codeproject/ai-server
I am unable to find any documentation about this issue.
Anyone know what is happening here?
Beta Was this translation helpful? Give feedback.
All reactions