1

Fix fileflows cuda issues

This commit is contained in:
2023-10-30 11:40:52 +01:00
parent 1aed74111c
commit 50b2e7aa94

View File

@ -35,6 +35,7 @@
};
extraOptions = [
"--privileged" # Might help with CUDA issues?
"--gpus=all"
"--net=behind-nginx"
];