mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-30 10:35:39 +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": [
|
||||
"nextcloud_memory_limit=2048M"
|
||||
],
|
||||
"devices": [
|
||||
"/dev/dri"
|
||||
],
|
||||
"enable_nvidia_gpu": true,
|
||||
"enable_nvidia_gpu": false,
|
||||
"nextcloud_exec_commands": [
|
||||
"php /var/www/html/occ app:install facerecognition",
|
||||
"php /var/www/html/occ app:enable facerecognition",
|
||||
|
|
Loading…
Add table
Reference in a new issue