https://github.com/astrolabsoftware/coniferest-container
This repository provides a minimal, production-ready Docker image for running `coniferest` in batch or service mode. It is designed for ease of deployment in containerized environments such as Kubernetes, edge devices, or automated ML pipelines.
https://github.com/astrolabsoftware/coniferest-container
Last synced: 11 months ago
JSON representation
This repository provides a minimal, production-ready Docker image for running `coniferest` in batch or service mode. It is designed for ease of deployment in containerized environments such as Kubernetes, edge devices, or automated ML pipelines.
- Host: GitHub
- URL: https://github.com/astrolabsoftware/coniferest-container
- Owner: astrolabsoftware
- License: mit
- Created: 2025-07-25T14:02:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T15:28:27.000Z (11 months ago)
- Last Synced: 2025-07-25T22:22:38.521Z (11 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coniferest-container
**Dockerized packaging of [coniferest](https://github.com/snad-space/coniferest): fast anomaly detection using Isolation Forests, optimized for spatial alert processing.**
This repository provides a minimal, production-ready Docker image for running `coniferest` in batch or service mode. It is designed for ease of deployment in containerized environments such as Kubernetes, edge devices, or automated ML pipelines.
---
## 🔍 Features
- 🐳 Lightweight Docker image based on `miniconda`
- ⚡ Embed Package for active anomaly detection with isolation forests ([coniferest](https://github.com/snad-space/coniferest))
- 📦 Ready to use with volume mounts or input/output pipelines
---
## Requirement
Install them first!
- `Docker` >= 27.5.1
- `go`>= 1.23.4
## 🚀 Usage
```bash
git clone https://github.com/astrolabsoftware/coniferest-container
# Install pre-requisites (i.e ciux packaging tool)
./prereq.sh
# Build image
./build.sh
# Push image to astrolabsoftware registry
./push-image.sh
# Run image
./run.sh
```