Another method
https://github.com/0xChicharito/Node-Services-Guide/blob/main/testnet/allora/broken-reference/README.md
sudo apt-get update
sudo apt-get install -y make gcc jq
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add β
sudo add-apt-repository βdeb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stableβ
apt-cache policy docker-ce
sudo apt install docker-ce -y2. Clone source
git clone https://github.com/allora-network/allora-huggingface-walkthrough
cd allora-huggingface-walkthrough
mkdir -p worker-data
chmod -R 777 worker-data
cp config.example.json config.json3. Edit config.json
4. Edit init.config
6. Build
Last updated