Closed geomex closed 5 years ago
I was able to reproduce the error. This seems to only be happening when importing tensorflow
inside a container with no gpus attached. Since the gpu and non-gpu images are exactly the same apart from the parameters passed when they are launched, I can only assume this is a result of a configuration in the launchapp.
This issue was ultimately unrelated to tensorflow
or the gpu images. The launch app was only using the nvidia runtime for containers with gpus attached. ElderResearch/gpu_launch_app@91b908a changed this behavior and now uses the nvidia runtime for all images.
Below is the error message I get when I try to import tensorflow. Not sure where to go from here: