Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - - - - 1 - - - -
- sudo apt update && sudo apt upgrade -y
- - - - - 2 - - - -
- sudo apt install curl git jq lz4 build-essential unzip make gcc ncdu tmux screen python3-pip docker.io dos2unix
- - - - - 3 - - - -
- curl -fsSL https://ollama.com/install.sh | sh
- - - - - 4 - - - -
- curl -O https://www.infera.org/scripts/infera-linux-intel.sh
- - - - - 5 - - - -
- chmod +x ./infera-linux-intel.sh
- - - - - 6 - - - -
- screen -S infera
- - - - - 7 - - - -
- ./infera-linux-intel.sh
- - - - - 8 - - - -
- source ~/.bashrc
- - - - - 9 - - - -
- init-infera
- - - - - CHECK POINTS - - - -
- curl http://localhost:11025/points | jq
- - - - - NODE INFO - - - -
- curl http://localhost:11025/node_stats | jq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement