[HW Accel Support]: NVidia acceleration doesn't work after reboot #18857
Unanswered
majorcs
asked this question in
Hardware Acceleration Support
Replies: 2 comments
-
The docker host OS is Ubuntu 24.04, and it automatically upgraded all the NVIDIA related packages a few weeks ago.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have added this to my docker compose, and it solved the issue:
However I think this is not the correct solution... |
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.
-
Describe the problem you are having
Hi All,
I have a Frigate installation in a docker environment, using portainer, which has been working for several months without an issue.
It uses an NVIDIA GeForce RTX 3060 card as a HW acceleration backend device. Both the detector and the ffmpeg decoding were working fine, the machine was also rebooted many times, without a problem.
After an unplanned reboot the container can not start any more, as it has a problem with the load of the
libcuda.so
:The docker host has all the NVIDIA dependencies installed, as this container already worked for months. I checked the output of the
nvidia-smi
, and it works both on the host and within a container:I'm using the
tensorrt
version of the docker image:As I checked the container has the libcuda.so included:
In the config I have the detector enabled and the model referenced which has been built already:
What else should I check to find the problem?
Version
0.15.0-6cb5cfb
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Install method
Docker Compose
Object Detector
TensorRT
Network connection
Wired
Camera make and model
Hikvision
Screenshots of the Frigate UI's System metrics pages
Not feasible, as the system is not running
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions