mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add note about nvidia artifical encode limit
This commit is contained in:
parent
586b7900bb
commit
9a5142ced3
@ -71,3 +71,6 @@ To test if everything works, you can run `sudo docker run --rm --gpus all ubuntu
|
||||
you might need to add `--runtime nvidia` like so: `sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi`
|
||||
|
||||
After that, you can now use `docker compose --profile nvidia up -d` to start kyoo with nvidia hardware acceleration.
|
||||
|
||||
Note that most nvidia cards have an artifical limit on the number of encodes. You can confirm your card limit [here](https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new).
|
||||
This limit can also be remove by applying an [unofficial patch](https://github.com/keylase/nvidia-patch) to you driver.
|
||||
|
Loading…
x
Reference in New Issue
Block a user