Working on a project on a Jetson Nano and having trouble setting up a volume.
This project utilizes jetson-inference and the docker setup that it recommended.
We used this command:
docker /run.sh --volume /path/to/folder:/folder
and this was not working.
We attempted to build our own container instead of just using run.sh but this was not working as we couldn’t find the daemon.json file or the image name.
Is there an easier process for this or are we missing something?