Skip to content

Commit

Permalink
ci pass
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Sep 7, 2023
1 parent af1021a commit b6101d3
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 988 deletions.
2 changes: 1 addition & 1 deletion src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN python -m pip install --upgrade pip && \

# Install dependencies
RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction --no-ansi --without dev-dependencies
RUN poetry install --no-interaction --no-ansi --without dev

CMD ["uvicorn", "bisheng.main:app", "--workers", "20", "--host", "0.0.0.0", "--port", "7860"]
Loading

0 comments on commit b6101d3

Please sign in to comment.