An all in one llm server configured from a docker compose file
This guide was made to be used on a debian server
These are commands i think worked for me, i currently didn't have time to try again a clean install of the nvidia drivers
apt update
apt install linux-headers-$(uname -r)# https://docs.docker.com/engine/install/debian/
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.shClone the repo :
git clone https://github.com/AArbey/AIO-LLM.git
cd AIO-LLMCopy the .env.template and edit it with your own info.
cp .env.template .env
nano .envRun with docker compose
docker compose -f docker-compose-aio.yml up -d