Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,8 +22,8 @@ WORKDIR $HOME/app
|
|
22 |
ENV HOME=/home/user \
|
23 |
PATH=/home/user/.local/bin:$PATH \
|
24 |
D2M_PORT=7860 \
|
25 |
-
GRADIO_PORT=
|
26 |
-
URL_GRADIO=https://localhost:
|
27 |
|
28 |
COPY . .
|
29 |
|
|
|
22 |
ENV HOME=/home/user \
|
23 |
PATH=/home/user/.local/bin:$PATH \
|
24 |
D2M_PORT=7860 \
|
25 |
+
GRADIO_PORT=8111 \
|
26 |
+
URL_GRADIO=https://localhost:8111/
|
27 |
|
28 |
COPY . .
|
29 |
|