We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neurodocker uses ants binaries that are in a dropbox that is currently down. Can't install ANTs using Neurodocker due to Dropbox link error 403 ReproNim/neurodocker#635
Build docker container from DockerFile.
Update NeuroDocker ants version to v2.4.3. I changed the DockerFile ANTs installation for this (based on https://github.com/ReproNim/neurodocker/actions/runs/10249150842/job/28351919827):
The text was updated successfully, but these errors were encountered: