In archlinux Docker container on CachyOS, Step 2 would error out that it could not find lit in the system path.
In order to fix this, I setup a new venv with /opt/src/local/uv venv, activated it, and then /opt/src/local/uv pip install /opt/src/vllm/therock/compiler/amd-llvm/llvm/utils/lit/ Step 2 then progresses as expected.
In archlinux Docker container on CachyOS, Step 2 would error out that it could not find
litin the system path.In order to fix this, I setup a new venv with
/opt/src/local/uv venv, activated it, and then/opt/src/local/uv pip install /opt/src/vllm/therock/compiler/amd-llvm/llvm/utils/lit/Step 2 then progresses as expected.