Skip to content

Commit

Permalink
Merge pull request #5820 from nextcloud/enh/noid/facegpu
Browse files Browse the repository at this point in the history
 facerecognition docker does not support GPU
  • Loading branch information
szaimen authored Jan 6, 2025
2 parents 8ce1b26 + ce577c5 commit 744cace
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions community-containers/facerecognition/facerecognition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 744cace

Please sign in to comment.