We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66c4dd1 + 81ee129 commit 841502fCopy full SHA for 841502f
Dockerfile
@@ -34,4 +34,6 @@ RUN pip install --no-cache-dir flash-attn --no-build-isolation
34
35
# Set working directory and entrypoint
36
WORKDIR /app/
37
+RUN adduser --disabled-password --gecos '' --shell /bin/bash appuser
38
+USER appuser
39
ENTRYPOINT ["/app/.venv/bin/python", "-m", "docext.app.app", "--no-share", "--ui_port", "7860"]
0 commit comments