Skip to content

Unable to Launch the TensorRT-OSS build container. #1623

@sainisanjay

Description

@sainisanjay

Description: Unable to Launch the TensorRT-OSS build container

Steps:

git clone -b master https://github.com/nvidia/TensorRT TensorRT
cd TensorRT
git submodule update --init --recursive
./docker/build.sh --file docker/ubuntu-18.04.Dockerfile --tag tensorrt-ubuntu18.04-cuda11.4 (change the arg_dockerfile=docker/ubuntu-18.04.Dockerfile and  arg_cudaversion=11.4.0 in the build.sh)
./docker/launch.sh --tag tensorrt-ubuntu18.04-cuda11.4 --gpus all
Error:
adas@adas:~/TensorRT$ ./docker/launch.sh --tag tensorrt-ubuntu18.04-cuda11.4
Launching container:
> docker run  --gpus all -v /home/adas/TensorRT:/workspace/TensorRT --rm -it tensorrt-ubuntu18.04-cuda11.4:latest
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

Environment

TensorRT Version: 8.2
NVIDIA GPU: Quadro RTX 5000
NVIDIA Driver Version: Driver Version: 470.42.01
CUDA Version: 11.4
CUDNN Version: cuDNN 8.2
Operating System: Ubuntu 18.04
Python Version (if applicable):
Tensorflow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if so, version):

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagedIssue has been triaged by maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions