Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Update nccl installation in Dockerfile.build.centos7 #18441

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

leezu
Copy link
Contributor

@leezu leezu commented May 29, 2020

By moving the NCCL installation before the COPY runtime_functions.sh statement, users will not
suffer from cache invalidation due to the COPY and don't have to repeat the
nccl installation locally as there will be a cache hit when using python ci/build.py --platform centos7_gpu_cu100 /work/runtime_functions.sh build_static_libmxnet cu100.

By moving the NCCL installation before the COPY runtime_functions.sh statement,
users will not suffer from cache invalidation due to the COPY and don't have to
repeat the nccl installation locally as there will be a cache hit.
@mxnet-bot
Copy link

Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [sanity, windows-gpu, unix-gpu, centos-cpu, miscellaneous, clang, website, edge, windows-cpu, centos-gpu, unix-cpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@leezu
Copy link
Contributor Author

leezu commented May 30, 2020

@mxnet-bot run ci [miscellaneous]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [miscellaneous]

@leezu leezu merged commit d3c764c into apache:master Jun 1, 2020
@leezu leezu deleted the centosnccldocker branch June 1, 2020 18:54
ys2843 pushed a commit to ys2843/incubator-mxnet that referenced this pull request Jun 2, 2020
By moving the NCCL installation before the COPY runtime_functions.sh statement,
users will not suffer from cache invalidation due to the COPY and don't have to
repeat the nccl installation locally as there will be a cache hit.
yijunc pushed a commit to yijunc/incubator-mxnet that referenced this pull request Jun 9, 2020
By moving the NCCL installation before the COPY runtime_functions.sh statement,
users will not suffer from cache invalidation due to the COPY and don't have to
repeat the nccl installation locally as there will be a cache hit.
AntiZpvoh pushed a commit to AntiZpvoh/incubator-mxnet that referenced this pull request Jul 6, 2020
By moving the NCCL installation before the COPY runtime_functions.sh statement,
users will not suffer from cache invalidation due to the COPY and don't have to
repeat the nccl installation locally as there will be a cache hit.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants