-
Notifications
You must be signed in to change notification settings - Fork 532
[Docker] Update ANTs to 2.2.0 #2023
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
Conversation
Try to build nipype/base in circle build, and cache it properly.
Contributions in this PR: - Replaces ANTs 2.1.0 with 2.2.0 in the nipype/base docker image
What's the source of the binaries?
…On May 15, 2017 10:48 AM, "Oscar Esteban" ***@***.***> wrote:
Contributions in this PR:
-
Replaces ANTs 2.1.0 with 2.2.0 in the nipype/base docker image
-
Depends on #2022 <#2022>
------------------------------
You can view, comment on, or merge this pull request online at:
#2023
Commit Summary
- [ENH] Revise CircleCI settings
- [Docker] Update ANTs to 2.2.0
File Changes
- *M* circle.yml
<https://github.com/nipy/nipype/pull/2023/files#diff-0> (31)
- *M* docker/base.Dockerfile
<https://github.com/nipy/nipype/pull/2023/files#diff-1> (2)
Patch Links:
- https://github.com/nipy/nipype/pull/2023.patch
- https://github.com/nipy/nipype/pull/2023.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2023>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOkp-ZkH2I1zR1-qzEahN0woCgx1u5Hks5r6I_jgaJpZM4Nbdzy>
.
|
Codecov Report
@@ Coverage Diff @@
## master #2023 +/- ##
=======================================
Coverage 72.19% 72.19%
=======================================
Files 1132 1132
Lines 57012 57012
Branches 8162 8162
=======================================
Hits 41161 41161
Misses 14567 14567
Partials 1284 1284
Continue to review full report at Codecov.
|
curl -sSL "https://github.com/stnava/ANTs/releases/download/v2.1.0/Linux_Ubuntu14.04.tar.bz2" \ | ||
| tar -xjC /opt/ants --strip-components 1 | ||
curl -sSL "https://www.dropbox.com/s/2f4sui1z6lcgyek/ANTs-Linux-centos5_x86_64-v2.2.0-0740f91.tar.gz?dl=1" \ | ||
| tar -xzC /opt/ants --strip-components 1 |
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.
check the command i added in the other PR: this may install ants in /opt/ants/ants
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.
actually never mind. the --strip-components
does the necessary bits.
Close in favor of #2024 |
Contributions in this PR:
Replaces ANTs 2.1.0 with 2.2.0 in the nipype/base docker image
Depends on [ENH] Revise CircleCI settings #2022