Skip to content

Instantly share code, notes, and snippets.

@bashtoni
Created August 6, 2025 04:07
Show Gist options
  • Save bashtoni/e25690020c663c6182be518729580878 to your computer and use it in GitHub Desktop.
Save bashtoni/e25690020c663c6182be518729580878 to your computer and use it in GitHub Desktop.
Build VLLM Docker image under podman for AMD 7900XT
DOCKER_BUILDKIT=1 podman build \
--format docker \
--security-opt label=disable \
--build-arg BUILD_FA="0" \
--build-arg "ARG_PYTORCH_ROCM_ARCH=gfx1100" \
-f docker/Dockerfile.rocm \
-t vllm-rocm .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment