Zack Saadioui
8/27/2024
1
.gitlab-ci.yml
1
2
bash
brew install ollama
1
2
bash
ollama pull mistral:instruct
1
2
bash
ollama run mistral:instruct
1
http://localhost:11434/
1
2
bash
ollama serve
1
- 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 a
1
docker-compose.yml
Copyright © Arsturn 2025