Remove remote TimesFM integration

This commit is contained in:
2569718930@qq.com
2026-03-29 22:27:18 +08:00
parent cdfc785402
commit a5c667473e
12 changed files with 3 additions and 648 deletions
-12
View File
@@ -31,15 +31,3 @@ services:
- "8000:8000"
# UID/GID are mainly useful on Linux hosts to avoid root-owned output files.
user: "${UID:-1000}:${GID:-1000}"
polyweather_timesfm:
build:
context: .
dockerfile: timesfm_service/Dockerfile
container_name: polyweather_timesfm
restart: unless-stopped
profiles:
- timesfm
environment:
TIMESFM_MODEL_ID: ${TIMESFM_MODEL_ID:-google/timesfm-2.5-200m-pytorch}
TIMESFM_PORT: ${POLYWEATHER_TIMESFM_PORT:-8011}