Incorporate art-dag-mono repo into artdag/ subfolder
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m33s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m33s
Merges full history from art-dag/mono.git into the monorepo under the artdag/ directory. Contains: core (DAG engine), l1 (Celery rendering server), l2 (ActivityPub registry), common (shared templates/middleware), client (CLI), test (e2e). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> git-subtree-dir: artdag git-subtree-mainline:1a179de547git-subtree-split:4c2e716558
This commit is contained in:
11
artdag/l1/.env.gpu
Normal file
11
artdag/l1/.env.gpu
Normal file
@@ -0,0 +1,11 @@
|
||||
# GPU worker env - connects to L1 host via public IP (cross-VPC)
|
||||
REDIS_URL=redis://138.68.142.139:16379/5
|
||||
DATABASE_URL=postgresql://artdag:f960bcc61d8b2155a1d57f7dd72c1c58@138.68.142.139:15432/artdag
|
||||
IPFS_API=/ip4/138.68.142.139/tcp/15001
|
||||
IPFS_GATEWAYS=https://ipfs.io,https://cloudflare-ipfs.com,https://dweb.link
|
||||
IPFS_GATEWAY_URL=https://celery-artdag.rose-ash.com/ipfs
|
||||
CACHE_DIR=/data/cache
|
||||
C_FORCE_ROOT=true
|
||||
ARTDAG_CLUSTER_KEY=
|
||||
NVIDIA_VISIBLE_DEVICES=all
|
||||
STREAMING_GPU_PERSIST=0
|
||||
Reference in New Issue
Block a user