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.
1 parent 9df5c82 commit 620fedcCopy full SHA for 620fedc
Dockerfile
@@ -2,7 +2,9 @@ FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim AS production
2
3
LABEL maintainer="ALERT <alexey.rubasheff@gmail.com>"
4
5
-ENV UVICORN_PORT=8000 \
+ENV \
6
+ GRADIO_URL="http://gradio:7860" \
7
+ UVICORN_PORT=8000 \
8
UVICORN_HOST=0.0.0.0
9
10
EXPOSE $UVICORN_PORT
0 commit comments