-
Notifications
You must be signed in to change notification settings - Fork 533
FIX: Docker build #2963
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
FIX: Docker build #2963
Conversation
@kaczmarj Just a note that it looks like Neurodocker 0.5.0 puts single quotes around conda packages, disabling
|
Looks like it was introduced in ReproNim/neurodocker#239. I think switching to double-quotes will probably fix things up. |
Codecov Report
@@ Coverage Diff @@
## master #2963 +/- ##
==========================================
+ Coverage 64.24% 66.91% +2.67%
==========================================
Files 342 344 +2
Lines 43692 43747 +55
Branches 5453 5456 +3
==========================================
+ Hits 28068 29275 +1207
+ Misses 14545 13725 -820
+ Partials 1079 747 -332
Continue to review full report at Codecov.
|
thx! |
Thank you! I will change the single quotes to double quotes in conda and pip installs.
… On Jul 17, 2019, at 2:39 AM, Oscar Esteban ***@***.***> wrote:
thx!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Bumps neurodocker to 0.5.0 and sets the workdir to
~neuro
so that conda can throw temporary.cph_tmp*
directories into the CWD with impunity.conda/conda-package-handling#34