Skip to content

[CI/Build] Fix Dockerfile.rocm_base image build for ROCm 7.2#863

Open
jbelloncastro wants to merge 1 commit intomainfrom
jorgeb/update-docker-rocm-base
Open

[CI/Build] Fix Dockerfile.rocm_base image build for ROCm 7.2#863
jbelloncastro wants to merge 1 commit intomainfrom
jorgeb/update-docker-rocm-base

Conversation

@jbelloncastro
Copy link

@jbelloncastro jbelloncastro commented Feb 23, 2026

Purpose

To build a vllm Docker image using Ubuntu ROCm 7.2 as base.

  • Install pkg-config and liblzma DEB packages.
  • This fixes a CMake configuration error when building triton.

Test Plan

DOCKER_BUILDKIT=0 docker build \
    -t 'vllm/rocm-dev:7.2' \
    -f Dockerfile.rocm_base \
    --build-arg BASE_IMAGE=rocm/dev-ubuntu-22.04:7.2-complete \
    .

Test Result

Image builds correctly


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Install pkg-config and liblzma DEB packages.
This fixes a CMake configuration error when building triton.

Signed-off-by: Jorge Bellon Castro <jbelloncastro@users.noreply.github.com>
@jbelloncastro jbelloncastro added the bug Something isn't working label Feb 23, 2026
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors.

You ask your reviewers to trigger select CI tests on top of fastcheck CI.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

If you have any questions, please reach out to us on Slack at https://slack.vllm.ai.

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant