ubuntu 12.04 - share CUDA library with docker container -


i using docker launch isolated apps. app use cuda library gpgpu computing. thinking of building image cuda installed on make huge. not sure either if cuda display driver installation go throuh on docker image.

better way share cuda libraries on machine container, there way ?

thank you, pradeep.

if can mount driver volume on host, might able talk directly within container mounting docker run -v hostdir:containerdir:rw (see run docs )

if don't have device mounted outside container, suspect talking directly graphics card, through shared libraries, not work using standard docker configuration because default lxc configuration in docker excludes sys_rawio both security , portability reasons.

see lxc_template.go file list of capabilities dropped default.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -