Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceunx committed Apr 29, 2024
1 parent 74a59ef commit eb883b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/__pycache__
tests/
pyproject.toml
snyc.json
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY requirements.txt requirements.txt

RUN pip install -r requirements.txt --no-cache-dir

COPY ./gpt_server .
COPY ./gpt_server /app/

CMD ["uvicorn", "gpt_server:app", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit eb883b0

Please sign in to comment.