This repository contains the Dockerfile and the necessary files to build the Agrobot container.
To build the container, you need to have Docker installed on your machine. You can download Docker from here.
Once you have Docker installed, you can build the container by running the following command:
docker build -t agrobot .
This command will build the container and tag it with the name agrobot
.
To run the container, you can use the following command:
docker run -it --rm agrobot
This command will run the container in interactive mode and remove it once you exit the container.
(confluence guides)
need to modify the scripts to add conditional arguments for diff results ./desktop_build_dockerfile_from_sdk_ubuntu_and_cuda_version.sh