KevinX-Penn28 commited on
Commit
37842be
·
verified ·
1 Parent(s): 5482a01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -46,4 +46,5 @@ RUN pip install --no-cache-dir -e ./video-sam2 && \
46
  COPY --chown=user:user . .
47
 
48
  EXPOSE 7860
 
49
  CMD ["python3", "app.py"]
 
46
  COPY --chown=user:user . .
47
 
48
  EXPOSE 7860
49
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
50
  CMD ["python3", "app.py"]