This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
v0.3.0
v0.3.0
New functionality
- You can now set environment variables in a model deployment
- New CLI command
stackn get settings
for listing all the settings needed to set up the CLI client.
The keycloak host is now set automatically after providing the studio host. - Added a chart to the models module in STACKn to show how model metrics have changed over time and runs (draft)
- Create and delete project volumes with the CLI
stackn create volume -s 10Mi -n example-vol
stackn get volumes
stackn delete volume -n example-vol
stackn create lab -f medium -e jupyter-minimal -v example-vol1,example-vol2
- A possibility to specify which buckets (arbitrary number) from the Minio instance should be mounted in the deployed container
- A possibility to create jobs from command line
stackn create job -c job.json
stackn get jobs
Other
- Freshened up and new optimized STACKn documentation
- STACKn is now using ONLY Keycloak for authentication