-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
my environment:
Ubuntu 18.04 without GPU.
Docker Image: tensorflow/tensorflow:latest-py3-jupyter
Tensorflow Version: 2.1.0
TensorBoard Version: 2.1.0
errors:
ERROR: Failed to launch TensorBoard (exited with 0).
Contents of stderr:
2020-01-17 04:12:50.147356: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared object file: No such file or directory
2020-01-17 04:12:50.147440: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer_plugin.so.6'; dlerror: libnvinfer_plugin.so.6: cannot open shared object file: No such file or directory
2020-01-17 04:12:50.147452: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:30] Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Should do I install lib even I don't want to use GPU?
nathanko and aretas77