Hi, I’ve done some searching, seems that there is yet to have a tenforflow container for Jetson platform. Please advice:
would there be one? I am not prying for secret here, only ask because my project depends on it.
if there would not be an official tensorflow for jetson container, can we have some instruction on how to build one from scratch for Jetson platform?
I understand that the CUDA container is on the pipeline, but it is unlikely that my project can depend on the availability of CUDA container. According to stackoverflow, the way to access CUDA from a tensorflow container, other than nvidia-docker is the following:
I can’t varify this since I only run tensorflow docker on nvidia-docker, and there is no CUDA on my computer. Please advice if that is a valid way to run tensorflow-gpu without nvidia-docker.
As you said, only CUDA toolkit is installed in the container. I need Cudnn to build my app inside the container and the Cudnn librairies are not in the container.
Can you provide a link or some explanations about where is this Jetpack download folder ?