Kennyvb8
Contributor
- Joined
- Mar 18, 2017
- Messages
- 112
apt ? That's not freebsd.yes i am currently running nightly the only things you need to get Nvidia GPU hardware acceleration work is running 4 commands
apt update && apt install nvidia-cuda-dev nvidia-cuda-toolkit && [ ! -f /dev/nvidia-uvm ] && /usr/bin/nvidia-modprobe -c0 -u
midclt call -job chart.release.update 'plex' '{"values":{"gpuConfiguration": {"nvidia.com/gpu": 1}}}'
midclt call -job chart.release.update 'plex' '{"values":{"extraEnv": {"NVIDIA_DRIVER_CAPABILITIES": "all"}}}'
midclt call -job chart.release.redeploy 'plex'
we are making the assumption that you named your app plex if not change any where you see plex to your name of app
the first command installs missing cuda drivers and toolkit
the second line updates app to support gpu
the thrid line updates plex to add env varible
the forth line redeploys plex app all with out restarting server
It this a guide for VM with some Linux variety?