shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Addition of Docker File #5134

Closed imsiddhant07 closed 3 years ago

imsiddhant07 commented 3 years ago

Hello, I noticed the repo does not have a 'dockerfile', If needed may I add one to the repo?

gf712 commented 3 years ago

Hi, there are two Dockerfile files in the repo: 1 - The shogun SDK that is used for testing. The image contains all required libraries to build shogun and most optional libraries. https://github.com/shogun-toolbox/shogun/blob/develop/configs/shogun-sdk/Dockerfile 2 - The shogun Dockerfile. It contains the last major release of shogun, but this is quite outdated now.

You can also find these on https://hub.docker.com/u/shogun

imsiddhant07 commented 3 years ago

Thank you @gf712 for clarification. So is any updating required/expected in point 2?

gf712 commented 3 years ago

No, it will be updated when we release again

imsiddhant07 commented 3 years ago

Ok, thank you for looking into it.