From 5fca660b977726dd186127604eb022906b0ffa42 Mon Sep 17 00:00:00 2001 From: Paul Tunison Date: Mon, 20 May 2024 16:10:22 -0400 Subject: [PATCH] Update README to revise the provisioning script to run --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd005b63..c0fb7e63c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,9 @@ Workspace root: `./ros/` System requirements * ansible * docker -* (pip-installed) docker-compose +* `apt install docker-compose-plugin` + OR + `pip install docker-compose` Some files required from the `https://data.kitware.com` Girder service require authentication due to their protected nature. @@ -114,7 +116,7 @@ docker-compose configuration and scripting does not yet handle. ## Provision Files External large files should be provisioned by running the ansible tool: - ansible-playbook -i ansible/hosts.yml ansible/provision_files.yml + ./angel-provision-files.sh This may include large files for running the system, like ML model files, or other files required for building docker images.