Creates a container for the jetson nano with GPU support. The container is identified by the name `minibot_vision`. `HOST_OS/CATKIN_WS_PATH` should be replaced with the path to the
catkin workspace on the host operating system. This directory will be mounted to `/app/catkin_ws/src` inside the container,
so that the content is available after updating the container. \
The container uses the `host` network.
### Create container for amd64 without GPU support for jetson nano
Based on the `docker.uibk.ac.at:443/informatik/stair/minibot-vision/ros/arm` image a docker image with cv_bridge and the minibot-vision sources complied has been created: `docker.uibk.ac.at:443/informatik/stair/minibot-vision/arm`.
The dockerfile for hte core image is located in the `.docker` directory. \
Based on the `docker.uibk.ac.at:443/informatik/stair/minibot-vision/ros:arm` image a docker image with cv_bridge and the minibot-vision sources complied has been created: `docker.uibk.ac.at:443/informatik/stair/minibot-vision/arm`.
Inside the container the minibot-vision sources are available in the directory`/app/catkin_ws/src`.
Inside the container the minibot-vision sources are available in the directory`/app/catkin_ws/src`.
### Build image from Dockerfile
### Build image from Dockerfile
To build the image with the sources of the repository and using the base image the following command is required:
To build the image with the sources of the repository and using the base image the following command is required: