Docker container uses a continuous 5% CPU at idle #97
Replies: 1 comment
-
|
I restarted the container and the CPU remained at 0%. Maybe the model started tasks that remained open. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you to the dev, the idea behind Cptr is genius.
I installed Cptr 0.7.5 on a Truenas host using a custom app via a compose.yaml file. The cptr container uses 100% of one of the 20 threads present on the server (10 cores with 2 threads each). Anyone could confirm they successfully run cptr in a docker container without the 5% overhead at idle? Here is the compose.yaml:
services:
cptr:
image: ghcr.io/open-webui/computer:latest
container_name: cptr
restart: unless-stopped
ports:
- "8888:8000"
volumes:
- /mnt/FS/VM/Cptr_Data:/data
- /mnt/NAS/Documents/VM/Cptr_Workspace:/workspace
working_dir: /workspace
command: >
cptr run
--host 0.0.0.0
Beta Was this translation helpful? Give feedback.
All reactions