Jakub Kaczmarzyk
Jakub Kaczmarzyk
- use debian:10-slim as base image instead of EOL ubuntu 15.04 - use multi-stage build to remove compile-time dependencies - this reduces image size by 456 megabytes - update maintainer...
Hello, Would it be possible for `skggm` to distribute Python wheel files? Wheels do not require compilation when installing, so users would not have to install `gcc` and other compilation...
This will hopefully render the readme in pypi on next release.
The neurodocker docker images on dockerhub are not building automatically. i do not have push privileges so cannot update the images there. can someone please upload a 0.8.0 docker image?...
Potentially use https://github.com/corticometrics/fs-docker as an example.
we build multiple docker images in parallel during tests. and after building each image, we clear the builder cache. it is possible that clearing the builder cache can disrupt other...
This adds tests of the neurodocker templates. the tests are parametrized over docker/singularity, base images, versions, and method of installation. it also creates an rst file of sphinx documentation listing...
at the moment, spm12 is always installed with mcr 2010a. it could be useful to use a different mcr. but not all spm12-mcr versions are valid. a solution would be...
neurodocker should be able to tell whether the base image was made by neurodocker. neurodocker adds a json file with the instructions used to create the container. neurodocker can check...
Add MCR as in https://github.com/ReproNim/neurodocker/issues/333#issuecomment-624086581 MCR is required to get full use of freesurfer, including parts of recon-all. This can be added as an `--add-mcr` flag to the freesurfer installation....