fix(templates): deliver added deps via runtime_env (audio, e2e-timeseries, image-search)#916
Open
Aydin-ab wants to merge 1 commit into
Open
fix(templates): deliver added deps via runtime_env (audio, e2e-timeseries, image-search)#916Aydin-ab wants to merge 1 commit into
Aydin-ab wants to merge 1 commit into
Conversation
Contributor
Author
|
/test-template audio-dataset-curation-llm-judge e2e-timeseries-forecasting image-search-and-classification |
… stack audio-dataset-curation-llm-judge, e2e-timeseries-forecasting: forward python_depset.lock to Ray workers/replicas via runtime_env so the standalone Job/Service path installs them (workspace auto-propagation does not reach production). image-search-and-classification: bump stale Ray 2.51.0 / mlflow 2.19 to 2.56 / 2.22 in its service/job configs and containerfile. Claude-Session: https://claude.ai/code/session_01QmLc4yWtmC3PX2NwWzPbzD Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Aydin-ab
force-pushed
the
dep-good-practice/runtime-env-trio
branch
from
July 22, 2026 00:35
33a363e to
71ce87c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wire added deps to workers/replicas via runtime_env so the standalone Service/Job path matches the workspace (per the /template skill Runtime skew guidance, #905). Part of the dependency good-practice pass.
What changed
Testing
/test-template on the three templates. Note: /test-template runs the workspace path (auto-propagation covers it), so it won't fully exercise the standalone Service/Job path these fixes improve.