nipreps / nirodents

Apache License 2.0
12 stars 3 forks source link

fix: typo in setup.cfg #65

Closed eilidhmacnicol closed 4 months ago

eilidhmacnicol commented 4 months ago

extra i in iinstall_requires was causing pip installation to miss dependencies, including niworkflows.

Should fix #64

eilidhmacnicol commented 4 months ago

tested the new docker file by buillding locally (apple silicon) and running with the following command:

docker run --platform=linux/amd64 --rm -v /path/to/mount:/tmp /tmp/[input_file]

Given satisfactory results, so merging now