Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [ /etc/cont-init.d/60-configure_gpu_driver.sh: executing... ] ... **** Found NVIDIA device 'Please also try adding directory that contains libnvidia-ml.so to your system PATH.' **** #114

Open
danimauden opened this issue Dec 5, 2023 · 1 comment
Labels
status:awaiting-triage type:bug Something isn't working

Comments

@danimauden
Copy link

Describe the Bug

Hi,

I tried running the docker compose privileged, setting the variables to use the Nvidia GPU (GTX 1050Ti) but the pod keeps rebooting and gives this error:

[ /etc/cont-init.d/10-setup_user.sh: executing... ]
**** Configure default user ****
- Setting default user uid=1000(default) gid=1000(default)
usermod: no changes
- Adding default user to any additional required device groups
- Adding user 'default' to group: 'video'
- Adding user 'default' to group: 'audio'
- Adding user 'default' to group: 'input'
- Adding user 'default' to group: 'pulse'
- Adding user 'default' to group: 'kvm' for device: /dev/input/event0
- Setting umask to 000
- Create the user XDG_RUNTIME_DIR path '/tmp/.X11-unix/run'
- Setting ownership of all log files in '/home/default/.cache/log'
- Setting root password
- Setting user password
DONE

[ /etc/cont-init.d/11-setup_sysctl_values.sh: executing... ]
**** Configure some system kernel parameters ****
- The vm.max_map_count is already greater than '524288'
DONE

[ /etc/cont-init.d/30-configure_dbus.sh: executing... ]
**** Configure container dbus ****
- Container configured to run its own dbus
DONE

[ /etc/cont-init.d/30-configure_udev.sh: executing... ]
**** Configure udevd ****
- Disable udevd - /run/udev does not exist
- Enable dumb-udev service
- Ensure the default user has permission to r/w on input devices
DONE

[ /etc/cont-init.d/40-setup_locale.sh: executing... ]
**** Configure local ****
- Locales already set correctly to us_US.UTF-8 UTF-8
DONE

[ /etc/cont-init.d/50-configure_pulseaudio.sh: executing... ]
**** Configure pulseaudio ****
- Enable pulseaudio service.
- Configure pulseaudio to pipe audio to a socket
DONE

[ /etc/cont-init.d/60-configure_gpu_driver.sh: executing... ]
**** No Intel device found ****
**** No AMD device found ****
**** Found NVIDIA device 'Please also try adding directory that contains libnvidia-ml.so to your system PATH.' ****
- Downloading driver vfind

the log ends there and the pod continues to restart.

Maybe I am doing something wrong?

Steps to Reproduce

No response

Expected Behavior

No response

Screenshots

No response

Relevant Settings

I already have a container with Plex Server that vents HW acceleration through the nvidia GPU, so I know that per se the system is set up to properly use this resource

Version

Build: [2023-12-02 02:37:16] [master] [6cc9f56] [debian]

Platform

  • Distribution: Debian GNU/Linux 11 (bullseye) - (OpenMediaVault)
  • Linux Kernel: 6.1.0-0.deb11.13-amd64 x11vnc keeps crashing #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1~bpo11+1 (2023-10-08) x86_64 GNU/Linux
  • GPU Driver version: NVIDIA-SMI 470.182.03 Driver Version: 470.182.03 CUDA Version: 11.4
  • Docker: Docker version 24.0.7, build afdd53b
  • Docker Compose: Docker Compose version v2.21.0

Relevant log output

No response

@danimauden danimauden added status:awaiting-triage type:bug Something isn't working labels Dec 5, 2023
@Josh5
Copy link
Collaborator

Josh5 commented Dec 11, 2023

Possibly an idsue with your nvidia setup on the host. I need more information. Have you tested that nvidia-smi workis in the nvidia container runtime on any image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:awaiting-triage type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants