[HWORKS-2796] Refresh Python 3.12 and vllm v0.20.0 docs references#587
Open
robzor92 wants to merge 1 commit into
Open
[HWORKS-2796] Refresh Python 3.12 and vllm v0.20.0 docs references#587robzor92 wants to merge 1 commit into
robzor92 wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes version references in the Hopsworks documentation to align user-guide prose with the recent platform image upgrades (Python 3.12 default environments and updated vLLM runtime example tag).
Changes:
- Update the documented default Python version for bundled environments from 3.11 to 3.12.
- Update the vLLM runtime image tag example from
v0.14.0tov0.20.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/user_guides/projects/python/python_env_overview.md | Updates the referenced Python version used by the bundled pipeline environment families. |
| docs/user_guides/mlops/serving/predictor.md | Updates the example vLLM image version tag to match the newer default runtime. |
javierdlrm
approved these changes
May 22, 2026
- python_env_overview.md: bundled python environments are now Python 3.12 (the model-training/inference and feature-engineering envs all moved in the docker-images HWORKS-2796 upgrade). The terminal-gpu image is out of scope for this overview — it's a terminal env, not a Python pipeline env, and it sits on Python 3.13 via uv-venv rather than the conda base. - predictor.md: the vLLM image-version example tag bumped from v0.14.0 to v0.20.0 to match the new default in hopsworks-helm.
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.
Summary
Track the HWORKS-2796 docker-images upgrade in user guide prose:
Negative findings (not changed):
Sibling PRs in docker-images, hopsworks-helm, hopsworks-ee, hopsworks-front, hopsworks-api, loadtest.
Test plan
🤖 Generated with Claude Code