mirror of
https://github.com/Zeyi-Lin/HivisionIDPhotos.git
synced 2025-09-15 14:58:34 +08:00
style: docker support gradio print
This commit is contained in:
parent
c95bcce48b
commit
a8e84d6d3d
@ -31,5 +31,6 @@ RUN echo "==> Clean up..." && \
|
||||
# 指定工作目录
|
||||
|
||||
EXPOSE 7860
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
||||
CMD [ "python3", "-u", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
||||
Loading…
Reference in New Issue
Block a user