From cb6faa058abe4e38aafdb717c0dfb187e0068ba4 Mon Sep 17 00:00:00 2001 From: Nonoty Date: Sun, 9 Nov 2025 13:20:51 +0100 Subject: [PATCH] Update requirements Added warning about dependencies for Docker version. --- plugins/LocalVisage/readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/LocalVisage/readme.md b/plugins/LocalVisage/readme.md index 0c83d15c..424d8c96 100644 --- a/plugins/LocalVisage/readme.md +++ b/plugins/LocalVisage/readme.md @@ -20,9 +20,13 @@ A plugin for recognizing performers from their images using [DeepFace](https://g ## 📦 Requirements -- Python 3.10.11 (temporarily, see instructions below) +- Warning: user reported that the dependencies are not available on the docker version of stash. You'd need to make a different docker with source build dependencies and I don't know how to + + +- Python 3.10.11 (temporarily, see instructions below) - `PythonDepManager` -- `stashUserscriptLibrary7djx1qp` (add repo https://7djx1qp.github.io/stash-plugins/ +- `stashUserscriptLibrary7djx1qp` (add repo https://7djx1qp.github.io/stash-plugins) +- `git` need to be installed and in the PATH ## ⚙️ Tasks