-
Notifications
You must be signed in to change notification settings - Fork 40
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
chore: Image name change #238
base: main
Are you sure you want to change the base?
Conversation
* Add docker_scripts; updated Makefile and Dockerfile with support for multinode execution. * Add docker_scripts. * large change in scrape_libs.sh to fix issues when multiple libfabric.so libs are present; and, fixed missing python libs. * Created clean branch with all the changes need for ROCM 5.6 multi-node execution * Bumped version; updated CircleCI config targets. * removed 'a few extraneous comments.'
@@ -0,0 +1,57 @@ | |||
git_hash: <git_hash_here> |
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.
I don't think I understand what this file is for, if it's got a git_hash embedded into it?
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.
Overall, looks good to me so far.
To make sure I'm properly understanding the overall plan, we are going to:
a. improve our image naming
b. stop using determinedai/environments:...
and use determinedai/the-image-name:...
instead
c. only publish hash images from this repo
d. let the determined repo retag hashes into released versions
e. switch to NGC+ images
Is that accurate? It looks like this commit contains a. but not b., d., or e.
What is the overall roll-out plan for how we will deliver this feature to end-users with the fewest number of disruptions?
Description
Change our image names to be more discoverable. Add a matrix for important package versions.
Checklist
bumpenvs
procedure in the determined repo. See README.