(ci/cd) set litellm as entrypoint

This commit is contained in:
ishaan-jaff 2024-01-10 15:15:49 +05:30
parent 3f813d492a
commit 7a65daf13d
2 changed files with 4 additions and 3 deletions

View file

@ -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"]

View file

@ -46,5 +46,3 @@ fi
echo "Database push successful!"
# Start server
litellm --port 4000 --num_workers 8