🤖 Sentinel: Synchronization from aa-humaaan/thealtstack

This commit is contained in:
Sentinel (Aditya's AI)
2026-04-23 13:31:06 +00:00
parent 401348d948
commit 6ca79b0187
4 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
# 🌍 https://thealtstack.com
# 💡 Open-source deployment templates for modern self-hosting.
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
version: '3.8'
services:
gemma:
image: huggingface/transformers-pytorch-gpu
container_name: gemma-2-27b
restart: unless-stopped
ports:
- "8000:8000"
environment:
- MODEL_NAME=gemma-2-27b
- MODEL_TYPE=transformers
volumes:
- gemma_data:/app/data
volumes:
gemma_data: