AIONE (AI One) is a collection of pre-made Docker images designed to simplify AI development and deployment. Each image is carefully crafted to provide a complete environment for specific AI development needs.
The foundation of AIONE, combining essential services for AI development:
- Ollama: AI model management and inference
- Weaviate: Vector database for semantic search
- PostgreSQL: Structured data storage
- GPU Acceleration: Built-in NVIDIA GPU support
- Web Interface: Modern UI for model management
Docker Hub: aione1/baseimage
Quick Start:
# Pull the image
docker pull aione1/baseimage:latest
# Run with GPU support (if you have NVIDIA GPU)
docker run -d --name aione --gpus all -p 11434:11434 -p 5433:5433 -p 8081:8081 -p 7071:7071 aione1/baseimage:latest
# Run on CPU-only systems
docker run -d --name aione -p 11434:11434 -p 5433:5433 -p 8081:8081 -p 7071:7071 aione1/baseimage:latest
- Data Science Image
- Computer Vision Image
- NLP Image
- Reinforcement Learning Image
- Easy Setup: One-click installation scripts for Windows, Mac, and Linux
- GPU Support: Automatic detection and utilization of NVIDIA GPUs
- Real-time Monitoring: Visual display of GPU usage and system metrics
- Flexible Deployment: Run on both GPU and CPU-only environments
- Modern UI: Responsive web interface for all operations
- Docker installed and running
- 4GB+ RAM (8GB+ recommended)
- 10GB+ free disk space
- NVIDIA GPU (optional, for GPU support)
irm "https://raw.githubusercontent.com/fionatony/aione/main/baseimage/install.ps1" | iex
curl -sSL "https://raw.githubusercontent.com/fionatony/aione/main/baseimage/install.sh" | bash
For detailed documentation, visit our documentation site.
We welcome contributions! Please see our contributing guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.