-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker.example
More file actions
32 lines (28 loc) · 962 Bytes
/
Copy path.env.docker.example
File metadata and controls
32 lines (28 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Shared pinned refs
TIKTOK_DOWNLOADER_REF=d9c12687d9178493e063a4461fe0e5b438a915a2
XHS_DOWNLOADER_REF=a520e319ef95852498f9bc19b4c885155856960f
KS_DOWNLOADER_REF=f4135b0233860bfc6f6bf0d00b165a5ff40204fa
# GPU-only pinned refs
WAN2GP_REF=805e110e3b2da311edf88235b39238e2f7b290f9
WAN2GP_PYTHON_VERSION=3.10.9
TORCH_CUDA_INDEX_URL=https://download.pytorch.org/whl/cu128
TORCH_VERSION=2.7.1
TORCHVISION_VERSION=0.22.1
TORCHAUDIO_VERSION=2.7.1
# Frontend build-time API base
BACKEND_PORT=8000
FRONTEND_PORT=3000
NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
INTERNAL_API_URL=http://backend:8000/api/v1
TZ=Asia/Shanghai
# Runtime secrets and optional overrides
TEXT_OPENAI_API_KEY=
IMAGE_OPENAI_API_KEY=
IMAGE_GEMINI_API_KEY=
SEARCH_TAVILY_API_KEY=
JINA_READER_API_KEY=
GOOGLE_CREDENTIALS_PATH=
# GPU-only runtime override
LOCAL_MODEL_PYTHON_PATH=/opt/localvideo/runtime310/bin/python
NVIDIA_VISIBLE_DEVICES=all
NVIDIA_DRIVER_CAPABILITIES=compute,utility,video