rgres commited on
Commit
87e94cf
·
1 Parent(s): d70af71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=8000 \
26
- URL_GRADIO=https://localhost:8000/
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