Closed JohannesWiesner closed 1 year ago
Let's get rid of docker run --rm repronim/neurodocker:0.7.0 generate singularity
for now I would think? I also don't see a clear benefit here, because .sif
files can be easily generated post-hoc using Singularity by using the following command: singularity pull tensorflow.sif docker://tensorflow/tensorflow:latest
. This is also how I did it with all the major docker images (qsiprep, fmriprep, etc.) @Engrammae
generate_dockerfile.sh
can produce both Dockerfiles and Singularity files, so the name is confusing