zsh: vapoursynth: Expose /dev/kfd

master
Simon Bruder 2020-10-24 16:42:37 +02:00
parent a5d373b93f
commit 0db6c504d6
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -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
}