bids-apps / QAP

PCP Quality Assessment Protocol
Apache License 2.0
5 stars 4 forks source link

QAP runs out of space inside docker #5

Open alexlicohen opened 7 years ago

alexlicohen commented 7 years ago

Giving QAP a list of subjects, say 20 or so, crashes when the docker runs out of space, presumably due to writing internally to /tmp. I can get around this by specifying: -v /tmp:/tmp in my docker run call, but is this actually the problem or is it something else? (Double-posting to BIDS-Apps/QAP and preprocessed-connectomes-project/quality-assessment-protocol)