Sraghvi's picture
Upload bimanual bone packing dataset with so101 folder structure
da5a206 verified
raw
history blame
826 Bytes
# ==========================================
# Image Tags & Registry
# ==========================================
ECR_REGISTRY=
SKYNET_TAG=latest
UI_TAG=latest
# ==========================================
# Service Ports (External)
# ==========================================
SKYNET_PORT=8080
UI_PORT=3000
# ==========================================
# Application Configuration
# ==========================================
SPRING_PROFILE=production
SKYNET_HEARTBEAT_TIMEOUT=2
SKYNET_HEALTH_CHECK_INTERVAL=30
# ==========================================
# Logging Configuration
# ==========================================
LOG_LEVEL_ROOT=INFO
LOG_LEVEL_SKYNET=INFO
# ==========================================
# Resource Limits
# ==========================================
BACKEND_MEMORY_LIMIT=1g
UI_MEMORY_LIMIT=256m