-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Option to select a specific PS Release #3
Comments
For the latter part of this request, I've got a superslicer-novnc container nearly working (https://github.com/helfrichmichael/superslicer-novnc)! supermerill/SuperSlicer#2323 is open due to a weird behavior on launch that's causing repetitive crashing. Nothing stands out in the logs, but I'm assuming it's a missing GTK dependency, just not sure what. |
Update to my last comment, @P-C-R . I've successfully built a Superslicer Docker :). https://github.com/helfrichmichael/superslicer-novnc you can give it a whirl and let me know what you think. Next task will be allowing beta/stable selection for the Prusaslicer offering. |
How is the progress going? What is the correct way to just define a prerelease (url) in the Dockerfile instead of polling the latest release.? |
Ideally I'll just keep rolling builds out as Prusa rolls PrusaSlicer out since if a build is bad, you could always fall back to a previous known working version (in theory). If this seems to become a problem, I am certainly opening to generating a separate Docker container for the pre-release offerings, etc. |
Wouldn't be possible to use an environment variable to choose the version? example docker-compose.yml (partly) environment:
- VERSION=version_2.6.0-alpha6 but the default should be the latest stable release. |
Right now it's using the latest on the release page.
As the time of the writing 2.4.1 beta 1
Would be nice to select at least between stable and beta
For me beta is fine ;) and i always opt for it.
On another note
A super slicer docker would be nice too for all the voron user out there.
The text was updated successfully, but these errors were encountered: