Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.openEuler
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This file is a part of the vllm-ascend project.
#

FROM quay.io/ascend/cann:8.2.rc1-910b-openeuler22.03-py3.11
FROM quay.io/ascend/cann:8.2.rc1-910b-openeuler24.03-py3.11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This update to openeuler24.03 is only applied to this Dockerfile. Other Dockerfiles in the project, such as Dockerfile.310p.openEuler and Dockerfile.a3.openEuler, still use openeuler22.03. This creates an inconsistent environment across different build targets, which can lead to subtle bugs and increased maintenance overhead. It is strongly recommended to update all related Dockerfiles to use the same base OS version for consistency.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gemini-code-assist this change is just for test. I'll update all the related file once the test works

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the clarification. It's understandable to make such changes for testing purposes. Please ensure that all relevant Dockerfiles are updated for consistency once your testing is complete and the change is ready for final integration. This will help maintain a stable and predictable environment across the project.


ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
ARG COMPILE_CUSTOM_KERNELS=1
Expand Down
Loading