-
Notifications
You must be signed in to change notification settings - Fork 98
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
AFNI docker build fails #478
Comments
Dear @spurani, It looks like you are facing a bug that was fixed a few weeks ago. The problem was that the AFNI recipe added an empty line and this is causing the && error. I submitted a pull request to fix this and it was merged: Can you check if you are using the latest version of Neurodocker and if this fix is included? Cheers |
Thank you for your quick response. Basically, I installed neurodocker using this command |
Dear @spurani, You should be able to install the latest version of Neurodocker via: and that should include the fix Cheers |
@kaczmarj - sent an invite, but also set up automatic building for this repo (we can add version based building as well). we may have to disconnect you as the org has only 5 seats. we do have a service account that we can use. |
Hello @stebo85
it generated this Dockerfile
This is the error
|
When I am removing here is the error I get
Debian does not have libjpeg-turbo8-dev and multiarchsupport debian packages it has libjpeg62-turbo-dev |
Hello, I am also getting the same error while building afni as described on official example page. Further, when tried the workaround mentioned in issue,the error message is: dpkg-deb: error: '/tmp/toinstall.deb' is not a Debian format archive my neurodocker version is 0.9.1 and installed as instructed above i.e Is there any step i am missing? |
Dear @spurani and @anandsaini024 can you try this:
and as a base container I found that fedora:36 works best for AFNI. Here you can find how we build AFNI for the neurodesk project: You could also directly use the neurodesk AFNI container if you like - then you don't have to build it yourself :) This would give you the current afni docker container (we also provide singularity containers):
Thank you |
@spurani and @anandsaini024 - have you tried the @stebo85 suggestions? did it work? |
A little addition to my previous recommendation: There is a little bug in suma that crashes it when changing the t-statistic slider in Fedora 36, Fedora 35 however works ... so we are now installing afni in a Fedora 35 container. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
issue was not automagically addressed!
Different releases of debian/ubuntu might have different packages. BUT in this case it seems that indeed
so when added in 3da4e04 I guess @stebo85 used ubuntu and thus that package. multiarch-support is in general no longer needed AFAIK since long ago and could be removed. but then there is also use of
which is no longer there since not present in any supported currently debian release... https://snapshot.debian.org/archive/debian/20140820T220424Z/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb should be there forever... but that package does require that elderly Current problem is afni/afni#596 ... I will draft a PR with what I have so far |
that's great! |
thanks @yarikoptic :) |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
This command successfully generated the dockerfile
Here is the dockerfile
docker build --tag afni:latest --file afni-binaries.Dockerfile .
This commad fails with the below error
Can anyone please guide me?
The text was updated successfully, but these errors were encountered: