Simon
Results
1
comments of
Simon
For anyone using podman, this setup worked for me: ``` podman run -d --name stirling-pdf --replace \ --user 1000:1000 \ --cap-drop=ALL \ --read-only \ -p 8080:8080 \ --mount=type=bind,src=./stirling-config,dst=/configs,U=true \ --mount=type=bind,src=./training-data,dst=/usr/share/tessdata...