baidu-research / NCRF

Cancer metastasis detection with neural conditional random field (NCRF)
Apache License 2.0
757 stars 184 forks source link

Docker Container #4

Closed jeffshek closed 6 years ago

jeffshek commented 6 years ago

If I build and write up the requirements and installation into a docker file (for easier adoption), would you be willing to accept that pull-request into this repo? If so, I'll gladly do that!

yil8 commented 6 years ago

@jeffshek Thanks for your help! Honestly, I have zero experience in docker, but I'm definitely interested in give a try. Do you mind work out a little bit README as well?

jeffshek commented 6 years ago

Awesome! Docker has really helped onboarding installations and reduce the "works on my machine" problems. The numpy/scikit/pandas series can be quite a hurdle to install if the first attempt at putting it behind a virtualenv doesn't work, so this scares away too many people from contributing.

In the PR, I'll include both instructions (docker and non-docker) in the README.md.