mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
facerecognition docker does not support GPU
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
99c5ae8336
commit
ce577c5769
1 changed files with 1 additions and 4 deletions
|
|
@ -16,10 +16,7 @@
|
||||||
"aio_variables": [
|
"aio_variables": [
|
||||||
"nextcloud_memory_limit=2048M"
|
"nextcloud_memory_limit=2048M"
|
||||||
],
|
],
|
||||||
"devices": [
|
"enable_nvidia_gpu": false,
|
||||||
"/dev/dri"
|
|
||||||
],
|
|
||||||
"enable_nvidia_gpu": true,
|
|
||||||
"nextcloud_exec_commands": [
|
"nextcloud_exec_commands": [
|
||||||
"php /var/www/html/occ app:install facerecognition",
|
"php /var/www/html/occ app:install facerecognition",
|
||||||
"php /var/www/html/occ app:enable facerecognition",
|
"php /var/www/html/occ app:enable facerecognition",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue