scorelab / BellyDynamic

BellyDynamic: A scalable data structure to handle online and offline dynamic graph objects
Apache License 2.0
12 stars 63 forks source link

Dockerize BellyDynamic #7

Closed kmehant closed 6 years ago

kmehant commented 6 years ago

Successfully built the docker and verified. @agentmilindu

kmehant commented 6 years ago

@agentmilindu Done, i removed the setup.sh file

I din't checkout the other pull request on creating setup.sh, i missed that sorry about it.

The Dockerfile is valid and running properly, i checked on my local

kmehant commented 6 years ago

@SamTube405 I think we can place a requirements.txt and do pip install -r requirements.txt

So, within requirements.txt, i will place the dependancies like pandas and other libs which we might need.

And for the setup.sh I'm not sure, because the dockerfile looks clumsy if place all the commands under RUN

@agentmilindu

agentmilindu commented 6 years ago

Let's do the changes in a new PR

agentmilindu commented 6 years ago

Links to #12