Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Tiltfile for fast LiteLLM Proxy development with Tilt #7816

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

msabramo
Copy link
Contributor

@msabramo msabramo commented Jan 16, 2025

Add a Tiltfile for fast LiteLLM Proxy development with Tilt

Tilt is a local development platform that makes it easy to develop applications for Kubernetes with a fast feedback loop. Tilt automates all the steps from a code change to a new container image to a fresh pod.

Tiltfiles are written in Starlark, a Python-inspired language.

Relevant issues

Type

🆕 New Feature
📖 Documentation
🚄 Infrastructure

Changes

  • Add a Tiltfile for Tilt
  • Add section to README.md with instructions for running Tilt.

[REQUIRED] Testing - Attach a screenshot of any new tests passing locally

Tilt UI

Screenshot 2025-01-16 at 1 30 57 PM

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 3:17pm

@@ -368,6 +368,67 @@ Step 4: Submit a PR with your changes! 🚀
- push your fork to your GitHub repo
- submit a PR from there

### Developing LiteLLM Proxy with Tilt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of readme, i'd recommend putting this here -

@msabramo
Copy link
Contributor Author

msabramo commented Jan 17, 2025

Hey @krrishdholakia, is 7dae3b0 correct (changes from using Dockerfile to using docker/Dockerfile.non_root)?

BTW, I'm kind of confused about what all the different Dockerfiles are for (maybe each should have a comment at the top explaining what they're for and/or there should be a doc somewhere that lists the Dockerfiles and each ones purpose?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants