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

Examples + guides to configure arbitrary python dependencies with your application. #372

Open
hutm opened this issue Mar 24, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request language::python Issues/PRs that reference Python code

Comments

@hutm
Copy link
Contributor

hutm commented Mar 24, 2025

Examples + guides to configure arbitrary python dependencies with your application.
Support in-code python dependencies for a dynamo artifact.

example:

@dynamo.service(
    image=images.PythonImage(python_version="3.11").python_packages("torch", "transformers"),
)
@hutm hutm added the dynamo-deploy Relates to dynamo-deploy binary label Mar 24, 2025
@pvijayakrish pvijayakrish added documentation Improvements or additions to documentation enhancement New feature or request language::python Issues/PRs that reference Python code platform support Enhances support for new architectures, OS, or backends and removed platform support Enhances support for new architectures, OS, or backends dynamo-deploy Relates to dynamo-deploy binary labels Mar 24, 2025
@hutm hutm changed the title [chore] Examples + guides to configure arbitrary python dependencies with your application. Examples + guides to configure arbitrary python dependencies with your application. Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request language::python Issues/PRs that reference Python code
Projects
None yet
Development

No branches or pull requests

2 participants