Zack Saadioui
8/27/2024
1
.circleci/config.yml
1 2 3 4 5 6 7 8 9 10 11
- image: cimg/python:3.8 # Choosing Python as base image steps: - checkout # Retrieve your source code - run: name: Install Ollama command: | curl -sS https://ollama.ai/install.sh | sh # Installing Ollama locally - run: name: Run a Sample Ollama Model command: | ollama run llama-2 --language en # Running a demo model
1
- build
1
checkout
1
version: 2.1
1
config.yml
1 2 3 4 5 6 7 8 9 10 11 12
jobs: test: docker: - image: cimg/node:current - image: mongo:4.4 # Added MongoDB service steps: - checkout - run: name: Test Ollama Interaction with MongoDB command: | npm install npm test # Running tests to check interactions
1
runtime/cgo: pthread_create failed: Operation not permitted
1
--security-opt seccomp=unconfined
Copyright © Arsturn 2025