Nodiw52992 commited on
Commit
67a6b58
·
verified ·
1 Parent(s): c3b9cdb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
26
 
27
  EXPOSE 7860
28
 
29
- CMD ["bash", "-lc", "source .venv/bin/activate && python3 main.py --host 0.0.0.0 --port 7860 --cpu"]
 
26
 
27
  EXPOSE 7860
28
 
29
+ CMD ["bash", "-lc", "source .venv/bin/activate && python3 main.py --listen 0.0.0.0 --port 7860 --cpu"]