question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Freesurfer=7.1.1-min

See original GitHub issue

Hey folks,

I am interested in making a Freesurfer7-mini container.

Followed the instructions on the examples page on the website, but get the following error: [NEURODOCKER 2022-07-14 09:27:53,178 WARNING]: A newer version (0.8.0) of ReproNim/neurodocker is available. You are using 0.7.0 [NEURODOCKER 2022-07-14 09:27:53,184 ERROR]: Failed to instantiate <class 'neurodocker.interfaces.interfaces.FreeSurfer'>: URL not found for version '7.1.1-min'. Valid versions are 6.0.1, 6.0.0, 6.0.0-min

Tried to then go back and get a more recent Neurodocker, hoping that would have the Freesurfer=7.1.1 but stumbled again. docker run --rm repronim/neurodocker:0.8.0 --help Unable to find image 'repronim/neurodocker:0.8.0' locally docker: Error response from daemon: manifest for repronim/neurodocker:0.8.0 not found: manifest unknown: manifest unknown. See 'docker run --help'.

Bit of a rookie, so grateful for any help.

Kindest regards, Conor

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ConorOWcommented, Aug 30, 2022

Thanks so much @pwighton, I got it to run using your suggestion. I would then get an error at the build stage.

So this wouldn’t work: docker build --tag freesurfer:7.1.1-min --file freesurfer7-min.Dockerfile .

but this would: docker build --file freesurfer7-min.Dockerfile .

So I took the second approach, and then named/tagged the image: docker image tag <image id> freesurfer7-min

Thank you again for your wonderful help.

Cheers, Conor

1reaction
ConorOWcommented, Aug 3, 2022

Thanks so much Paul, works perfectly. Appreciate the support.

Cheers, Conor

Read more comments on GitHub >

github_iconTop Results From Across the Web

Image Layer Details - pwighton/freesurfer:7.1.1-min | Docker Hub
pwighton/freesurfer:7.1.1-min. Digest:sha256:d6b94ae6ff7a2490ded07bacba1eacd04d02f259cdfb94167dcccdaaf02c446d. OS/ARCH. linux/amd64. Compressed Size.
Read more >
ReleaseNotes - Free Surfer Wiki
1.1 Release (July 27, 2020). FreeSurfer version 7.1.1 can be found here. This new version fixes bugs and adds some new features. Unless...
Read more >
add freesurfer 7 and it's minimal form · Issue #333 - GitHub
There's now a minimized container at pwighton/freesurfer:7.1.1-min created using neurodocker-minify. With support for T1, T2 and longitudinal recons.
Read more >
FreeSurfer – CMU Neuroscience Institute Computing
FreeSurfer Software Suite is an open source software suite for processing ... freesurfer-6.0.0 matlab-9.5 qt-4.8.2 cuda-9.2 freesurfer-7.1.0 ...
Read more >
Examples — Neurodocker documentation - ReproNim
Dockerfile docker build --tag freesurfer:7.1.1-min --file freesurfer7-min.Dockerfile . ANTS¶. neurodocker generate docker ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found