Skip to content
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

Add UCX 1.11.0 to the pre-merge Docker image #3218

Merged
merged 2 commits into from
Aug 12, 2021

Conversation

abellina
Copy link
Collaborator

Signed-off-by: Alessandro Bellina abellina@nvidia.com

Splits off the addition of UCX 1.11 to the CI dockerfile we use for premerge. The next PR should enable tests, but this needs to be done first so we have the image with UCX pushed.

Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
@pxLi pxLi added the build Related to CI / CD or cleanly building label Aug 12, 2021
pxLi
pxLi previously approved these changes Aug 12, 2021
@pxLi
Copy link
Collaborator

pxLi commented Aug 12, 2021

build

@pxLi
Copy link
Collaborator

pxLi commented Aug 12, 2021

build

FROM nvidia/cuda:${CUDA_VER}-runtime-ubuntu${UBUNTU_VER}
ARG CUDA_VER
Copy link
Contributor

Choose a reason for hiding this comment

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

dup with line #26?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no this is required so we can use the ARG after the FROM.

Copy link
Collaborator

@pxLi pxLi Aug 12, 2021

Choose a reason for hiding this comment

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

@zhanga5 as Alessandro said, this is a must have.
We put arg before FROM to make the image name, and need to re-declare to make sure we can still access it after FROM since they are different stages in docker images~

Copy link
Contributor

@zhanga5 zhanga5 left a comment

Choose a reason for hiding this comment

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

👍
(with one minor comment)

@pxLi pxLi merged commit 4e9a797 into NVIDIA:branch-21.10 Aug 12, 2021
@pxLi
Copy link
Collaborator

pxLi commented Aug 12, 2021

new image has been pushed, and will be used in all upcoming pre-merge CIs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants