Fix GPU worker config: disable GPU persistence, use cluster gateway

- STREAMING_GPU_PERSIST=0 until all primitives support GPU frames
- IPFS_GATEWAY_URL points to cluster's public gateway

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-03 21:47:19 +00:00
parent 7009840712
commit 0847b733a9

View File

@@ -172,8 +172,10 @@ services:
- ARTDAG_CLUSTER_KEY=${ARTDAG_CLUSTER_KEY:-}
# GPU acceleration settings
- NVIDIA_VISIBLE_DEVICES=all
# Keep frames on GPU between operations for maximum performance
- STREAMING_GPU_PERSIST=1
# GPU persistence disabled until all primitives support GPU frames
- STREAMING_GPU_PERSIST=0
# Use our public IPFS gateway for HLS segment URLs
- IPFS_GATEWAY_URL=https://celery-artdag.rose-ash.com/ipfs
volumes:
# Local cache - ephemeral, just for working files
- gpu_cache:/data/cache