Skip to content

fix dockerfile which missing common.txt#4608

Merged
lvhan028 merged 1 commit into
InternLM:mainfrom
lvhan028:fix-dockerfile
May 21, 2026
Merged

fix dockerfile which missing common.txt#4608
lvhan028 merged 1 commit into
InternLM:mainfrom
lvhan028:fix-dockerfile

Conversation

@lvhan028
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the CUDA Docker build by ensuring requirements/common.txt is available in the image layer where requirements/runtime_cuda.txt is installed (since runtime_cuda.txt includes -r common.txt).

Changes:

  • Update the pip-deps build stage to copy both requirements/common.txt and requirements/runtime_cuda.txt into the image.
  • Adjust the install path to reference the new /tmp/requirements/ location for runtime_cuda.txt.
  • Update the Dockerfile comment to reflect the cache invalidation inputs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lvhan028 lvhan028 merged commit 1eb235f into InternLM:main May 21, 2026
17 checks passed
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.

3 participants