Skip to content

Commit

Permalink
Update README to revise the provisioning script to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Purg committed May 20, 2024
1 parent cc49bee commit 5fca660
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 5fca660

Please sign in to comment.