Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.01 KB

Agrobot Container Repository

This repository contains the Dockerfile and the necessary files to build the Agrobot container.

Building the 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.

Running the container

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.

Running the container with a volume

(confluence guides)

need to modify the scripts to add conditional arguments for diff results ./desktop_build_dockerfile_from_sdk_ubuntu_and_cuda_version.sh