Closed hwamil closed 1 year ago
title
solution:
This is on Ubuntu. First you must install Go with sudo apt install golang so that you can build local-ai executable. You build the executable by running make build in LocalAI repo dir.
sudo apt install golang
local-ai
make build
LocalAI
ok thanks
getting this error with docker when building localai:
ERROR: failed to solve: Unavailable: error reading from server: EOF
title
solution:
This is on Ubuntu. First you must install Go with
sudo apt install golang
so that you can buildlocal-ai
executable. You build the executable by runningmake build
inLocalAI
repo dir.