Hi,
I cannot get the current tensorrt container to work properly:
Running
docker run --rm -it nvcr.io/nvidia/tensorrt:18.11-py3 /bin/bash
asks me to execute
/opt/tensorrt/python/python_setup.sh
which fails in the line:
UFF_PATH="$(python -c 'import uff; print(uff.__path__[0])')"
stating that libcublas.so.9.0 cannot be found and hence that tensorflow cannot be imported.
It seems that the version of tensorflow-gpu which is installed in the script does not work with cuda 10.
Am I doing something wrong?