bids-apps / HCPPipelines

A BIDS App for minimal preprocessing using the HCP Pipelines
33 stars 30 forks source link

Set run.py ENTRYPOINT #54

Closed rhancockn closed 4 years ago

rhancockn commented 4 years ago

The default command should be configured as

ENTRYPOINT ["/run.py"]

instead of

CMD ["/run.py"]

for Singularity compatibility.