PeacebinfLow commited on
Commit
2618445
·
verified ·
1 Parent(s): 94b596e

Create build_template.yaml

Browse files
Files changed (1) hide show
  1. templates/build_template.yaml +19 -0
templates/build_template.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ TITLE: "BUILD_SPACE — Deployment Blueprint"
2
+ DESCRIPTION: "Repo layout, Space metadata, and deployment pipeline for MindsEye Lab."
3
+ CONTENT:
4
+ steps:
5
+ - "Create Space (Gradio)"
6
+ - "Commit repo files"
7
+ - "Verify dataset access"
8
+ - "Run transitions + dataset queries"
9
+ - "Export YAML artifacts"
10
+ files:
11
+ - "app.py"
12
+ - "src/*"
13
+ - "templates/*"
14
+ CONTEXT_LINKS:
15
+ - "CORE_OS.space_deployment_pipeline"
16
+ NEXT_ACTIONS:
17
+ - "MODE BUILD_SPACE"
18
+ - "SPLITS"
19
+ - "EXPORT"