Skip to content

Conversation

@MengqingCao
Copy link
Collaborator

@MengqingCao MengqingCao commented Apr 29, 2025

What this PR does / why we need it?

Fix source code path to avoid reference error in docker image
fix #725

rm -rf /var/cache/apt/* && \
rm -rf /var/lib/apt/lists/*

WORKDIR /workspace
Copy link
Collaborator

Choose a reason for hiding this comment

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

So this workspace is useless now? we better use /root as the default to keep the same with 0.8.4rc2 @Yikun

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just FYI, vllm keep the entry path /workspace of the container.
https://github.com/vllm-project/vllm/blob/main/docker/Dockerfile#L55

Copy link
Member

@Yikun Yikun Apr 30, 2025

Choose a reason for hiding this comment

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

Yes, we'd better follow vLLM repo to keep user experience, we can note some on 0.8.4rc2 and 0.8.5rc1 release note to show this.

Copy link
Collaborator

Choose a reason for hiding this comment

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

OK. I'm fine.

@Yikun
Copy link
Member

Yikun commented Apr 30, 2025

@Yikun Yikun merged commit 399b038 into vllm-project:main Apr 30, 2025
7 checks passed
Yikun pushed a commit that referenced this pull request Apr 30, 2025
@MengqingCao MengqingCao deleted the docker branch May 6, 2025 02:23
chopper0126 pushed a commit to chopper0126/vllm-ascend that referenced this pull request Oct 16, 2025
…roject#726)

### What this PR does / why we need it?
Fix source code path to avoid reference error in docker image
fix vllm-project#725

Signed-off-by: MengqingCao <[email protected]>
Angazenn pushed a commit to Angazenn/vllm-ascend that referenced this pull request Oct 21, 2025
…roject#726)

### What this PR does / why we need it?
Fix source code path to avoid reference error in docker image
fix vllm-project#725

Signed-off-by: MengqingCao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Fail to start vllm under /workspace

3 participants