lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
174 stars 6 forks source link

Fix automated layer versioning #64

Closed ncoghlan closed 2 weeks ago

ncoghlan commented 3 weeks ago

First pass at resolving the problem with automated layer versioning breaking venv layering.

Will close #24 when completed

ncoghlan commented 3 weeks ago

With the hash updates merged, it looks like the updated build & deployment processes are working, but the sample project tests need to be updated to expect the unversioned names when checking the build environment folders have been created.

ncoghlan commented 3 weeks ago

The test failures highlighted a deeper problem with the post-install scripts being overly sensitive to how they're executed in the deployed environment: #66

Marking this as BLOCKED until #66 is resolved.

ncoghlan commented 2 weeks ago

66 has been resolved, so this is no longer blocked (but still requires further work)