359afb3a59
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>
17 lines
358 B
Bash
17 lines
358 B
Bash
# 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
|