Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jan 5, 2024
1 parent bd3fc82 commit 8fc4113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community-containers/facerecognition/facerecognition.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"php /var/www/html/occ config:system:set facerecognition.external_model_api_key --value some-super-secret-api-key",
"php /var/www/html/occ face:setup -m 5",
"php /var/www/html/occ face:setup -M 4G",
"php /var/www/html/occ face:background_job &"
"php /var/www/html/occ config:app:set facerecognition analysis_image_area --value 4320000",
"php /var/www/html/occ face:background_job --defer-clustering &"
]
}
]
Expand Down

0 comments on commit 8fc4113

Please sign in to comment.