software_installation
This is an old revision of the document!
Table of Contents
Getting Started
Software installation
Presumptions:
- You have installed Docker and maybe Portainer. The host machine has a fixed IP (Static or DHCP reservation). Note this IP address down
- You have a working Ollama installation and a suitable LLM pulled. From the CLI (command line interface) in a terminal you may have typed ollama run llama2-uncensored which will automatically pull the model and run it. This as well will require a fixed IP.
Installation:
- From your home directory, type mkdir avadroid, then, cd avadroid. now, type, mkdir <name of your AvaDroid>, example: “mkdir cath”, cd into this directory, example “cd cath” (Without the quotation marks).
- You should now be in the directory avadroid\<Name>\
Example avadroid\cath\
- Next with your favourite editor, on linux I use Nano, create to edit a file called “docker compose.yml”
Example nano compose.yml
software_installation.1766905939.txt.gz · Last modified: by robyn
