23 lines
410 B
Plaintext
23 lines
410 B
Plaintext
# GPUStack version
|
|
GPUSTACK_VERSION=v0.7.1
|
|
|
|
# Timezone setting
|
|
TZ=UTC
|
|
|
|
# Server configuration
|
|
GPUSTACK_HOST=0.0.0.0
|
|
GPUSTACK_PORT=80
|
|
GPUSTACK_DEBUG=false
|
|
|
|
# Admin bootstrap password
|
|
GPUSTACK_BOOTSTRAP_PASSWORD=admin
|
|
|
|
# Token for worker registration (auto-generated if not set)
|
|
GPUSTACK_TOKEN=
|
|
|
|
# Hugging Face token for model downloads
|
|
HF_TOKEN=
|
|
|
|
# Port to bind to on the host machine
|
|
GPUSTACK_PORT_OVERRIDE=80
|