Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 7a65daf

Browse files
committed
(ci/cd) set litellm as entrypoint
1 parent 3f813d4 commit 7a65daf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile.database

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@ RUN chmod +x entrypoint.sh
5454
EXPOSE 4000/tcp
5555

5656
# Set your entrypoint and command
57-
CMD ["./entrypoint.sh"]
57+
CMD ["./entrypoint.sh"]
58+
59+
# this allows accepting litellm args
60+
ENTRYPOINT ["litellm", "--port", "4000"]

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,3 @@ fi
4646

4747
echo "Database push successful!"
4848

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

0 commit comments

Comments
 (0)