Skip to content

Commit

Permalink
(ci/cd) set litellm as entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jan 10, 2024
1 parent 3f813d4 commit 7a65daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Dockerfile.database
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ RUN chmod +x entrypoint.sh
EXPOSE 4000/tcp

# Set your entrypoint and command
CMD ["./entrypoint.sh"]
CMD ["./entrypoint.sh"]

# this allows accepting litellm args
ENTRYPOINT ["litellm", "--port", "4000"]
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ fi

echo "Database push successful!"

# Start server
litellm --port 4000 --num_workers 8

0 comments on commit 7a65daf

Please sign in to comment.