Skip to content

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.

Notifications You must be signed in to change notification settings

fionatony/aione

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AIONE - AI One Platform

License: MIT Docker GPU Support

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.

Pre-made Images

1. Base Image

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

Models Management Interface

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

More Images Coming Soon

  • Data Science Image
  • Computer Vision Image
  • NLP Image
  • Reinforcement Learning Image

Features

  • 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

Quick Start

Prerequisites

  • Docker installed and running
  • 4GB+ RAM (8GB+ recommended)
  • 10GB+ free disk space
  • NVIDIA GPU (optional, for GPU support)

Installation

Windows (PowerShell)

irm "https://raw.githubusercontent.com/fionatony/aione/main/baseimage/install.ps1" | iex

Linux/Mac

curl -sSL "https://raw.githubusercontent.com/fionatony/aione/main/baseimage/install.sh" | bash

Documentation

For detailed documentation, visit our documentation site.

Contributing

We welcome contributions! Please see our contributing guidelines for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Links

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published