bbfrederick / rapidtide

rapidtide - a suite of programs for doing time lag correlation analysis on fMRI data
Apache License 2.0
75 stars 14 forks source link

If docker container is run with no arguments, cloud mode error is given. #93

Closed dmd closed 2 years ago

dmd commented 2 years ago

If the docker container is run with no arguments, a confusing error message is given.

$ docker run fredericklab/rapidtide:latest
Running in cloud mode but outside AWS is not supported.

This is because mount-and-run calls the exec with no arguments, so we don't bail out and the script continues.

dmd commented 2 years ago

I will fix this shortly.