KitHung commited on
Commit
803d588
·
verified ·
1 Parent(s): 8a85374

Update Dockerfile

Browse files

update:replace CMD

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ EXPOSE 8000
24
 
25
  # 启动 FastAPI 服务
26
  ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "fastapi"]
27
- CMD ["python3", "-m", "mindsearch.app", "--lang", "cn", "--model_format", "internlm_silicon", "--search_engine", "BingSearch", "--asy", "--host", "0.0.0.0", "--port", "8002"]
 
24
 
25
  # 启动 FastAPI 服务
26
  ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "fastapi"]
27
+ CMD ["python3", "-m", "mindsearch.app", "--asy", "--host", "0.0.0.0", "--port", "8002"]