mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-05 04:55:29 +08:00
Merge pull request #5820 from nextcloud/enh/noid/facegpu
facerecognition docker does not support GPU
This commit is contained in:
commit
744cace2a8
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
Reference in a new issue