-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neurodocker generates files with unprintable characters [when used with docker] #180
Comments
@satra - i'm really sorry about all of the headaches that this bug caused. i can't see the unprintable characters on my debian machine with
|
@kaczmarj - try this:
|
@satra - yes, i can reproduce it now. thanks. building a new neurodocker image to see if that fixes the issue |
interestingly, running the neurodocker docker image produces the non-printable characters, but running a |
ah - here you go: |
@kaczmarj - perhaps we can update the readme. no fix is needed. |
FWIW. oh, just ran into it myself, I should remember to not use |
@kaczmarj - we need to ensure that none of the generators contain non-printable characters.
on a unix system
cat -v filename
will show you the unprintable pieces. one can use dos2unix to remove them. otherwise, they go along even with copy and paste!The text was updated successfully, but these errors were encountered: