Docker: Error response from daemon: Unknown runtime specified nvidia

Hello,
please why every time i restart my pc i will have to load the image by doing docker pull nvcr.io/nvidia/tlt-streamanalytics:v3.0-dp-py3?
because if I just do docker run ---- runtime = nvidia -it -v / workspace / tlt-experiments nvcr.io/nvidia/tlt-streamanalytics:v3.0-dp-py3 / bin / bash
i get this error
docker: Error response from daemon: Unknown runtime specified nvidia.
See ‘docker run --help’.

Thanks

Can you share the detailed log?

I solved the problem, it was my mistake I entered the wrong command line, sorry

thank you