mckinsey / causalnex

A Python library that helps data scientists to infer causation rather than observing correlation.
http://causalnex.readthedocs.io/
Other
2.24k stars 258 forks source link

Installation instruction does not contain set up with Docker #19

Closed iamkuldeepsingh closed 2 years ago

iamkuldeepsingh commented 4 years ago

Description

Most of the developers are using python with Docker now a days and I see instructions contain only conda and pycharm. I will suggest to have the setup with Docker as well

Context

I still find it difficult to setup casualnex on local setup, however when I did with Docker it was much simpler and reproducible, hence would like to add this feature and if needed I can do that and contribute as well

Possible Implementation

We could use a base python image or a standard image loaded with other packages and extend it (if needed I can share how I did it)

Possible Alternatives

Alternatives are already available

DanielF29 commented 2 years ago

@iamkuldeepsingh Could you share the docker image for CausalNex?? or the steps of how you did it?

oentaryorj commented 2 years ago

Addressed in this PR.