Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build docker image with shared objects from "build" step #2237

Conversation

payoto
Copy link
Contributor

@payoto payoto commented Dec 21, 2023

This PR makes sure that any .so files present in the local directory are not copied to the docker container where they would overwrite the result of the build stage.

This can happen if you have previously run pip install -e . in the same folder

This PR makes sure that any .so files present in the directory during the docker build get overwritten by those of the build stage.

This can happen if you have previously run `pip install -e .` in the same folder
@payoto payoto marked this pull request as draft December 21, 2023 16:47
@payoto payoto marked this pull request as ready for review December 21, 2023 17:35
Copy link
Collaborator

@simon-mo simon-mo left a comment

Choose a reason for hiding this comment

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

good fix!

@simon-mo simon-mo merged commit 937e7b7 into vllm-project:main Jan 4, 2024
2 checks passed
jedibrillo pushed a commit to jedibrillo/vllm that referenced this pull request Jan 5, 2024
@hmellor hmellor deleted the overwrite-any-local-shared-objects-with-container-contents branch February 7, 2024 14:38
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants