softwareunderground / geo-docker

A docker image fully loaded with Geo* & ML related packages
Other
13 stars 5 forks source link

Cannot run tensorboard #18

Closed stevejpurves closed 6 years ago

stevejpurves commented 6 years ago

I have been trying to run tensorboard on startup via the dockerfile. I get problems there and the same problems when trying directly via bash.

ImportError: libcuda.so.1: cannot open shared object file: No such file or directory

Tensorflow works and can find and the GPU fine, so CUDA is installed OK. but tensorboard can't.

Doing a which tensorboard reveals /opt/conda/bin/tensorboard

I am not sure if that is right. We install tensorflow via pip.

As tensorflow works this seems like a path or configuration problem, of maybe we have multiple tensorboards?

has anyone hit this issue with tensorboard elsewhere?

JesperDramsch commented 6 years ago

I haven't but maybe this here helps: https://github.com/tensorflow/tensorflow/issues/10776#issuecomment-309128975

stevejpurves commented 6 years ago

tensorboard is actually running and available from within notebooks. I still couldn't find it but its running so....