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
what is nvidia-ctk? Must it be installed on the host system?
I tried the deploy: conf but it's not compatible with my version of docker-compose
The container can see the GPU:
docker-compose exec boinc bash -c "ls -lh /dev/dri/"
total 0
crw-rw---- 1 root video 226, 0 Nov 22 21:31 card0
crw-rw---- 1 root videooq54 226, 128 Nov 22 21:31 renderD128
Expected Behavior
BOINC should be able to run tasks on the GPU.
Steps To Reproduce
Open BOINC, add the GPUGRID project and try to get tasks.
Environment
- OS: Debian 12 (bookworm)
- How docker service was installed: I use `docker-compose` provided by Debian:
docker-compose --version
docker-compose version 1.25.0, build 0a186604
### Container logs
```bash
boinc | 22-Nov-2024 21:36:37 [GPUGRID] Sending scheduler request: To fetch work.
boinc | 22-Nov-2024 21:36:37 [GPUGRID] Requesting new tasks for CPU
boinc | 22-Nov-2024 21:36:43 [GPUGRID] Scheduler request completed: got 0 new tasks
boinc | 22-Nov-2024 21:36:43 [GPUGRID] An NVIDIA GPU is required to run tasks for this project
boinc | 22-Nov-2024 21:36:43 [GPUGRID] No tasks sent
boinc | 22-Nov-2024 21:36:43 [GPUGRID] Project requested delay of 11 seconds
boinc | 22-Nov-2024 21:36:43 [GPUGRID] Warning: no_rsc_apps flag set for all resources. Clearing flags.
boinc | 22-Nov-2024 21:46:38 [GPUGRID] Sending scheduler request: To fetch work.
boinc | 22-Nov-2024 21:46:38 [GPUGRID] Requesting new tasks for CPU
boinc | 22-Nov-2024 21:46:44 [GPUGRID] Scheduler request completed: got 0 new tasks
boinc | 22-Nov-2024 21:46:44 [GPUGRID] An NVIDIA GPU is required to run tasks for this project
boinc | 22-Nov-2024 21:46:44 [GPUGRID] No tasks sent
boinc | 22-Nov-2024 21:46:44 [GPUGRID] Project requested delay of 11 seconds
boinc | 22-Nov-2024 21:46:44 [GPUGRID] Warning: no_rsc_apps flag set for all resources. Clearing flags.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I don't understand this part of the documentation: https://github.com/linuxserver/docker-boinc/blob/master/README.md#nvidia-gpu-support
nvidia-ctk
? Must it be installed on the host system?deploy:
conf but it's not compatible with my version ofdocker-compose
The container can see the GPU:
Expected Behavior
BOINC should be able to run tasks on the GPU.
Steps To Reproduce
Open BOINC, add the GPUGRID project and try to get tasks.
Environment
The text was updated successfully, but these errors were encountered: