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

Neurodocker ANTs installation fail #131

Open
PaulBautin opened this issue Sep 9, 2024 · 0 comments
Open

Neurodocker ANTs installation fail #131

PaulBautin opened this issue Sep 9, 2024 · 0 comments

Comments

@PaulBautin
Copy link

PaulBautin commented Sep 9, 2024

ENV ANTSPATH="/opt/ants-2.4.3/" \
   PATH="/opt/ants-2.4.3:$PATH"
RUN apt-get update -qq \
   && apt-get install -y -q --no-install-recommends \
          ca-certificates \
          curl \
          unzip \
   && rm -rf /var/lib/apt/lists/* \
   && echo "Downloading ANTs ..." \
   && curl -fsSL -o ants.zip https://github.com/ANTsX/ANTs/releases/download/v2.4.3/ants-2.4.3-centos7-X64-gcc.zip \
   && unzip ants.zip -d /opt \
   && mv /opt/ants-2.4.3/bin/* /opt/ants-2.4.3 \
   && rm ants.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant