Add .devcontainer Docker for users#5
Conversation
…pip and address some of the issues with the build system that expected things in /opt/rocm
…tages for installing prereqs and building warp to speed up iterative development on the image
…n get it to match the rockprof compute
|
@rtmadduri I'm seeing now that the installation of A warning about this is buried in the rock docs here |
|
@jamesETsmith, I think these are good changes and I have been thinking about it and I realize we should probably have 2 different Dockerfiles. This one was designed for CI and we should keep it as lightweight as possible and installing only those dependencies that are absolutely necessary for unit tests to run. (So we probably dont need rocprof in the CI container) I think we should keep the versioning changes and the parameterization of the ROCk URL and revert the rest. Those changes can go into a separate Dockerfile as part of the |
…nd installing rocm via uv pip (not working 100% yet)
Summary
This PR makes the following changes to
Dockerfile.theRock_ci:Before your PR is "Ready for review"
__init__.pyi,docs/api_reference/,docs/language_reference/)pre-commit run -a