-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
An NVIDIA GPU is required to run tasks for this project
I don't understand this part of the documentation: https://github.com/linuxserver/docker-boinc/blob/master/README.md#nvidia-gpu-support
- what is Zink?
- 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 ofdocker-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
### CPU architecture
x86-64
### Docker creation
```bash
And this `docker-compose.yml` file:
---
version: "2.1"
services:
boinc:
image: lscr.io/linuxserver/boinc:latest
container_name: boinc
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
# - DRINODE=/dev/dri/renderD128
volumes:
- /var/docker/boinc:/config
devices:
- /dev/dri:/dev/dri
ports:
- 8090:8080
- 8191:8181
restart: unless-stopped
### 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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done