Initial import: bare-metal stacks, Server UI, GPU fan, tutorials.
Infrastructure configs for GMKtec K11 (Docker, vLLM, LocalAI, ComfyUI, control-plane, gpu-fan agent, Server UI with CLI/file explorer/GPU fan curve). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Data disk mount point
|
||||
DATA_ROOT=/data
|
||||
|
||||
# LocalAI web UI + OpenAI-compatible API (localhost bind when behind NPMPlus)
|
||||
LOCALAI_PORT=8070
|
||||
|
||||
# Bearer token for /v1/* API
|
||||
LOCALAI_API_KEY=
|
||||
|
||||
# Pinned GPU image for CUDA 13 (RTX 3090 Ti)
|
||||
LOCALAI_IMAGE=localai/localai:v4.4.3-gpu-nvidia-cuda-13
|
||||
|
||||
# Use only the discrete NVIDIA GPU
|
||||
CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
DEBUG=false
|
||||
Reference in New Issue
Block a user