I am trying to setup a Clara AIAA server by following these instructions:
https://docs.nvidia.com/clara/aiaa/tlt-mi-ai-an-sdk-getting-started/#requirements
I am setting this up on AWS instance p3.2xLarge with ubuntu 16.04
and Docker 19.03
when I get to this step (Running the Container):
sudo docker run -it --rm --ipc=host --net=host --runtime=nvidia --mount
type=bind,source=/your/dataset/location,target=/workspace/data $dockerImage /bin/bash
I get this error:
docker: Error response from daemon: Unknown runtime specified nvidia.
Please help.