Zack Saadioui
8/27/2024
1
.gitlab-ci.yml1
2
bash
brew install ollama1
2
bash
ollama pull mistral:instruct1
2
bash
ollama run mistral:instruct1
http://localhost:11434/1
2
bash
ollama serve1- echo "Building the Ollama model..."
1- echo "Running tests..."
1 2- echo "Running the Ollama model!" - ollama run mistral:instruct
1
2
``
In this configuration, we now have a1
docker-compose.ymlCopyright © Arsturn 2025