Any idea when will be nvidia-docker officially supported on Xavier? I found workaround (https://devtalk.nvidia.com/default/topic/1043462/nvidia-docker-for-jetson-xavier-/), but does anyone have any experience with this? Can it also create worse performance?
Hi,
There is no concrete schedule to enable nvidia-docker on Jetson.
Please noticed that Jetson is designed for the fast inference.
It’s recommended to convert your model into TensorRT to achieve this.
Here is some tutorial for your reference:
Caffe: [url]https://github.com/dusty-nv/jetson-inference[/url]
TensorFlow: [url]https://github.com/NVIDIA-AI-IOT/tf_to_trt_image_classification[/url]
An alternative is to try official docker:
[url]https://github.com/Technica-Corporation/Tegra-Docker[/url]
Thanks.