You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI][Image] Remove CPLUS_INCLUDE_PATH and add patch (#6576)
### What this PR does / why we need it?
This PR makes two changes to the openEuler Dockerfiles
(`Dockerfile.310p.openEuler`, `Dockerfile.a3.openEuler`,
`Dockerfile.openEuler`):
1. Adds the `patch` package to the `yum install` command. This utility
is required for applying patches during the build process.
2. Removes the `export CPLUS_INCLUDE_PATH` from the `vllm-ascend`
installation step. This environment variable is no longer necessary and
its removal cleans up the build configuration.
### Does this PR introduce _any_ user-facing change?
No. This only affects the build environment for developers and CI.
### How was this patch tested?
CI is expected to pass with these changes. The changes are validated by
successfully building the Docker images.
Signed-off-by: wjunLu <wjunlu217@gmail.com>
0 commit comments