Skip to content

UBCAgroBot/Applied-AI-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published