Server Reference
launch
Session launch orchestration.
build_launch_spec assembles everything a provider needs to start an
application container (environment, volumes, GPU, autostart script, Docker
overrides). It is used by the launch routes for new sessions and by the
collaboration module when a room swaps to another application, so the two
paths can no longer drift apart.
attributelogger= logging.getLogger(__name__)attributeDOCKER_LIST_KEYS= ('devices', 'volumes')attributeHARDENING_ENV= {'harden_container': 'HARDEN_DESKTOP', 'harden_openbox': 'HARDEN_OPENBOX'}attributeDOCKER_DICT_KEYS= ('environment',)attributeDEFAULT_TIMEZONE= 'Etc/UTC'