DeepInfer / Model-Registry

4 stars 7 forks source link

Create Base Docker Images #3

Open kmader opened 7 years ago

kmader commented 7 years ago

Quite a bit of the Docker file is strongly predefined (paths, users, sitk dependencies, ...). It would be good to have base docker files covering python 2.7/3.5, cpu/gpu, and ideally theano, tensorflow, torch, pytorch, caffe

mpslxz commented 7 years ago

@kmader You are absolutely right. I was thinking about making a base image with the updated libraries installed, which I'll probably do. But the only thing is some people do use other versions of different libraries so I am not sure how useful and practical it would be if we have a "base image".