-
Notifications
You must be signed in to change notification settings - Fork 25
Refactor pytorch_dev_ubuntu_24.04
Dockerfile to use nightly release
#372
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
Comments
Let's just make sure we keep the path paved so that people can make changes to rocm and produce a pt docker on their own. Folks don't love how slow it is to build this all together but it does enable a development flow that works and we need to not lose that. |
These are build artifacts, produced by |
The Dockerfile contains multiple stages (
build_rocm
,pytorch_sources
,pytorch_build
,pytorch
) which could be at least partly refactored. As a first stepbuild_rocm
, which builds ROCm viabuild_rocm.sh
TheRock/dockerfiles/pytorch-dev/pytorch_dev_ubuntu_24.04.Dockerfile
Line 23 in 463c076
can be switched over to use the nightly tarball instead of building ROCm "again".
The text was updated successfully, but these errors were encountered: