-
Notifications
You must be signed in to change notification settings - Fork 20
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
add a Dockerfile #3
base: master
Are you sure you want to change the base?
Conversation
It seems to work for me ... test with: docker build \ --build-arg VCS_REF=`git rev-parse --short HEAD` \ -t <user>/structural-pipeline:latest . Fetching the FSL key seems a little unreliable, I'm not sure why. If you get an error, try just running again. see #2
(Dockerfile shamelessly copied from MIRTK) |
Sweet! BTW I myself have no permissions to merge. Either wait for @amakropoulos's reply or get permissions from in-house if your part of BioMedIA/dHCP. |
I made it urge people to do a build in docker, perhaps that's not wise
I added some notes to the README. It should probably use |
fsl5 has "fsl5.0-" in front of all exe names the dockerfile needs to get root shell to run the fsl init script
It seems to be working well now. I'm going to merge to master on my fork, I'll leave this here. The README has some notes -- tldr: build the pipeline to a docker image with:
Run the pipeline on the file
I'll try and get OpenMOLE using this next. |
It seems to work for me ... test with:
Fetching the FSL key seems a little unreliable, I'm not sure why. If you
get an error, try just running again.
see #2