22 lines
426 B
TOML
22 lines
426 B
TOML
# Apollo — workstation
|
|
|
|
house = "control"
|
|
order = 4
|
|
|
|
name = "Apollo"
|
|
domain = "The Persistent"
|
|
state = "machine"
|
|
label = "Live"
|
|
runs = "workstation"
|
|
|
|
# one line, used by the no-JavaScript listing
|
|
does = """
|
|
Primary persistent compute unit.
|
|
"""
|
|
|
|
# the paragraph in the detail panel
|
|
long = """
|
|
Primary persistent compute unit. Hosts most services requiring GPU acceleration, including the main AI/ML workloads.
|
|
|
|
"""
|