14 Commits
Author SHA1 Message Date
furyhawk 7becfa7262 feat: comment out speaches service in docker-compose.yml 2026-04-04 21:20:36 +08:00
furyhawk aade40fea2 feat: update Ollama service configuration in Docker Compose for improved GPU support 2026-03-12 16:57:01 +08:00
furyhawk d21471ec59 feat: enable NVIDIA GPU support in Docker Compose for Ollama service 2026-02-18 09:40:16 +08:00
furyhawk 322d7ff4fb feat: add OpenAPI configuration files for Ollama service 2025-06-24 16:47:22 +08:00
furyhawk 0070042144 fix: correct port mappings for Postgres and Speaches services in docker-compose 2025-06-24 14:44:36 +08:00
furyhawk 1d8068a89f fix: comment out network_mode for services in docker-compose 2025-06-23 23:02:50 +08:00
furyhawk 3110ac11de feat: add port mappings for Ollama, Postgres, and Speaches services in docker-compose 2025-06-23 23:01:04 +08:00
furyhawk eedc7e4657 fix: update docker-compose and Makefile for host networking configuration 2025-06-23 22:09:08 +08:00
furyhawk bc1015aa0d fix: update postgres image reference to include docker.io prefix 2025-06-23 22:04:51 +08:00
furyhawk 5706f65b69 feat: update Dockerfile and docker-compose for improved networking and add new make targets for Ollama builds 2025-06-23 21:51:08 +08:00
furyhawk a7346efb31 feat: add Docker Compose configurations for Speaches service with CPU and GPU support 2025-06-23 16:48:23 +08:00
furyhawk f44624c51d feat: add PostgreSQL service to docker-compose for Ollama integration 2025-06-18 19:59:55 +08:00
furyhawk a8dad3debe fix: Update model file references and enhance Dockerfile for LlamaCPP setup 2025-06-15 08:29:42 +08:00
furyhawk e9dc288cef Add Ollama Docker setup and model management scripts
- Created README.md for Ollama Docker setup with instructions for running and using models.
- Added docker-compose.yml for Ollama service configuration.
- Introduced scripts for model setup, including pulling models from Hugging Face and loading them into Ollama.
- Implemented AI launcher script to choose between Ollama and LlamaCPP backends.
- Added GPU support scripts for LlamaCPP with detailed logging and error handling.
- Included simple model pull script for easier model management.
- Established a structured approach for model management and integration with Ollama API.
2025-06-14 21:31:16 +08:00