-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
chore: Update to Ubuntu24.04 (cont #7423) #7769
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c626fbc
ci(workflows): bump GitHub Actions images to Ubuntu 24.04
toalex77 168bd8a
ci(workflows): remove CUDA 11.x support from GitHub Actions (incompat…
toalex77 39a5690
ci(workflows): bump GitHub Actions CUDA support to 12.9
toalex77 813f0e6
build(docker): bump base image to ubuntu:24.04 and adjust Vulkan SDK/…
toalex77 4bc3d8b
fix(backend): correct context paths for Python backends in workflows,…
toalex77 54cee8e
chore(make): disable parallel backend builds to avoid race conditions
toalex77 4f02f06
chore(make): export CUDA_MAJOR_VERSION and CUDA_MINOR_VERSION for ove…
toalex77 2d41ac3
build(backend): update backend Dockerfiles to Ubuntu 24.04
toalex77 ccf588c
chore(backend): add ROCm env vars and default AMDGPU_TARGETS for hipB…
toalex77 4850ea3
chore(chatterbox): bump ROCm PyTorch to 2.9.1+rocm6.4 and update inde…
toalex77 52403f7
chore: add local-ai-launcher to .gitignore
toalex77 8c83954
ci(workflows): fix backends GitHub Actions workflows after rebase
toalex77 b0347d3
build(docker): use build-time UBUNTU_VERSION variable
toalex77 6a84969
chore(docker): remove libquadmath0 from requirements-stage base image
toalex77 72e4635
chore(make): add backends/vllm to .NOTPARALLEL to prevent parallel bu…
toalex77 b8b4994
fix(docker): correct CUDA installation steps in backend Dockerfiles
toalex77 b681c3d
chore(backend): update ROCm to 6.4 and align Python hipblas requirements
toalex77 05c9836
ci(workflows): switch GitHub Actions runners to Ubuntu-24.04 for CUDA…
toalex77 5254fdd
build(docker): update base image and backend Dockerfiles for Ubuntu 2…
toalex77 740a3bb
build(backend): increase timeout for uv installs behind slow networks…
toalex77 cf4c488
ci(workflows): switch GitHub Actions runners to Ubuntu-24.04 for vibe…
toalex77 544c51a
ci(workflows): fix failing GitHub Actions runners
toalex77 0710001
fix: Allow FROM_SOURCE to be unset, use upstream Intel images etc.
richiejp 4198530
chore(build): rm all traces of CUDA 11
richiejp 6d04e23
chore(build): Add Ubuntu codename as an argument
richiejp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ARG BASE_IMAGE=ubuntu:22.04 | ||
| ARG BASE_IMAGE=ubuntu:24.04 | ||
|
|
||
| FROM ${BASE_IMAGE} | ||
|
|
||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto