zsh: vapoursynth: Expose /dev/kfd
This commit is contained in:
parent
a5d373b93f
commit
0db6c504d6
|
@ -81,6 +81,7 @@ function vapoursynth() {
|
|||
--group-add $(getent group video|cut -d: -f3) \
|
||||
--group-add $(getent group render|cut -d: -f3) \
|
||||
--device /dev/dri \
|
||||
--device /dev/kfd \
|
||||
r.sbruder.de/vapoursynth \
|
||||
$@
|
||||
}
|
||||
|
@ -96,6 +97,7 @@ function yuuno() {
|
|||
--group-add $(getent group video|cut -d: -f3) \
|
||||
--group-add $(getent group render|cut -d: -f3) \
|
||||
--device /dev/dri \
|
||||
--device /dev/kfd \
|
||||
r.sbruder.de/vapoursynth \
|
||||
jupyter notebook --ip 0.0.0.0 --port 8087
|
||||
}
|
||||
|
|
Reference in a new issue