Docs: cover how to deploy and run the built environments #99
Labels
Category: Documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Currently the only docs on actually deploying and using the built environments are the list of layer config fields in https://venvstacks.lmstudio.ai/file-formats/#deployed-layer-configuration
Summarising my notes on this from the Discord channel:
-m
switch for the Python executable in that environment.Running the post-installation script when unpacking each layer:
{env_path}share/venv/metadata/venvstacks_layer.json
base_python
from the layer config relative to the environment folder{base_python_path} {env_path}/postinstall.py
Running the launch module for application layers:
{env_path}share/venv/metadata/venvstacks_layer.json
launch_module
from the layer configpython
from the layer config relative to the environment folder{python_path} -m {launch_module}
(potentially with CLI arguments, depending on the use case)The text was updated successfully, but these errors were encountered: