Closed mcmahonmc closed 5 years ago
Hi! Are you running this from your root directory? If not, you might want to try adding a /
before your directories. Could you try this version?
xcpengine-docker \
--image pennbbl/xcpengine:latest \
-d /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/anat-antsct.dsn \
-c /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/anat_cohort.csv \
-o /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/xcp_output \
-t 1 \
-r /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/fmriprep
And if this doesn't work could you double check your docker installation with something like
docker run hello-world
Hi Matt,
Sorry, yes I had a / before my directories earlier but somehow left it out later on!
I ran this command:
xcpengine-docker \ --image pennbbl/xcpengine:latest \ -d /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/anat-antsct.dsn \ -c /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/anat_cohort.csv \ -o /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/xcp_output \ -t 1 \ -r /Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep
but I am still getting the same error message:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"free\": executable file not found in $PATH": unknown. Could not detect memory capacity of Docker container. Do you have permission to run docker?
I ran docker run hello-world, and it says the installation is working correctly.
Any other ideas?
Megan On Apr 30, 2019, 4:03 PM -0500, PennBBL/xcpEngine reply@reply.github.com, wrote:
docker run hello-world
Could you do
docker pull pennbbl/xcpengine:latest
to make sure you've got the updated image and try again?
That fixed it! Thank you Matt! On May 1, 2019, 1:34 PM -0500, Matt Cieslak notifications@github.com, wrote:
Could you do docker pull pennbbl/xcpengine:latest to make sure you've got the updated image and try again? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Excellent!
Describe the bug What were you trying to do when the crash happened?
xcpengine-docker \ -d Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/anat-antsct.dsn \ -c Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/anat_cohort.csv \ -o Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/xcp_output \ -t 1 \ -r Volumes/schnyer/Aging_DecMem/Scan_Data/fmriprep/fmriprep
Cohort file Paste cohort file between the triple backticks
Design File Paste your entire design (
.dsn
) file between the triple backticksError message Paste your error message between the backticks
Runtime Information How were you running the software? Docker? Singularity? Directly? If Directly, please consider using Docker or Singluarity first before submitting a bug report.
Additional context Add any other context about the problem here.