-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
build: upgrade base images to Ubuntu 24.04 #7423
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
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0858732
ci(workflows): bump GitHub Actions images to Ubuntu 24.04
toalex77 d85bed2
ci(workflows): remove CUDA 11.x support from GitHub Actions (incompat…
toalex77 531e54d
ci(workflows): bump GitHub Actions CUDA support to 12.9
toalex77 75fdf8e
build(docker): bump base image to ubuntu:24.04 and adjust Vulkan SDK/…
toalex77 575bb4e
fix(backend): correct context paths for Python backends in workflows,…
toalex77 c98dac4
chore(make): disable parallel backend builds to avoid race conditions
toalex77 c6c2a3a
chore(make): export CUDA_MAJOR_VERSION and CUDA_MINOR_VERSION for ove…
toalex77 99e03a9
chore(make): add backends/faster-whisper and docker-save-faster-whisp…
toalex77 f3b317f
build(backend): update backend Dockerfiles to Ubuntu 24.04
toalex77 4bac6a1
chore(backend): add ROCm env vars and default AMDGPU_TARGETS for hipB…
toalex77 a99b875
chore(chatterbox): bump ROCm PyTorch to 2.9.1+rocm6.4 and update inde…
toalex77 9df89aa
chore: add local-ai-launcher to .gitignore
toalex77 a66b026
ci(workflows): fix backends GitHub Actions workflows after rebase
toalex77 72e4005
build(docker): use build-time UBUNTU_VERSION variable
toalex77 b34c146
chore(docker): remove libquadmath0 from requirements-stage base image
toalex77 778a1d8
chore(make): add backends/vllm to .NOTPARALLEL to prevent parallel bu…
toalex77 835f35a
chore(make): remove duplicate docker-build-vllm target
toalex77 bac09aa
fix(docker): correct CUDA installation steps in backend Dockerfiles
toalex77 44271cb
chore(backend): update ROCm to 6.4 and align Python hipblas requirements
toalex77 72c2674
ci(workflows): switch GitHub Actions runners to Ubuntu-24.04 for CUDA…
toalex77 df7380a
build(docker): update base image and backend Dockerfiles for Ubuntu 2…
toalex77 3a95b66
build(backend): increase timeout for uv installs behind slow networks…
toalex77 e104b4e
ci(workflows): switch GitHub Actions runners to Ubuntu-24.04 for vibe…
toalex77 bcd1def
ci(workflows): fix failing GitHub Actions runners
toalex77 359c566
Merge branch 'master' into ubuntu-24.04
toalex77 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.
I have been using this in my local builds for a while, so probably Intel is fine at least