-
Notifications
You must be signed in to change notification settings - Fork 444
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
update base image to support cuda12.4 in dockerfile #2182
Conversation
In the build-docker workflow, can we build |
by using image nvidia/cuda:12.4.1-devel-ubuntu22.04 leads to error like: |
run it install python and create python venv
|
ok, |
env path is not set, fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: achraf-mer <51244975+achraf-mer@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* update * support cu118 in dockerfile * update ci docker * update * unlock triton * Update docker/Dockerfile Co-authored-by: achraf-mer <51244975+achraf-mer@users.noreply.github.com> * update build script --------- Co-authored-by: achraf-mer <51244975+achraf-mer@users.noreply.github.com>
update base image to support cuda12.4 in dockerfile (InternLM#2182)
Motivation
update base image to cuda12.4
requested in #2164
Modification
Change dockerfile base image and support cu118 and cu124
build cu12
build cu11
docker build ci example
https://github.com/RunningLeon/lmdeploy/actions/runs/10211052906
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist