Skip to content

Commit

Permalink
Update dockerfile (InternLM#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiangning30 authored Aug 1, 2024
1 parent f7937d2 commit 56f826b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN conda create --name fastapi python=3.10 -y && \
EXPOSE 8000

# 启动 FastAPI 服务
CMD ["conda", "run", "--no-capture-output", "-n", "fastapi", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["conda", "run", "--no-capture-output", "-n", "fastapi", "uvicorn", "mindsearch.app:app", "--host", "0.0.0.0", "--port", "8002"]

0 comments on commit 56f826b

Please sign in to comment.