-
Notifications
You must be signed in to c 8000 hange notification settings - Fork 24.2k
Snap Package Support #15079
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
Comments
I'm not generally excited about packaging that we dont control, and make sure it's up to date. What makes the install and setup more improved by providing it on Snap? |
@soumith, security-wise each snap is confined using a range of kernel isolation and security mechanisms, tailored to the snap, ensuring that vulnerabilities in the application are contained to the greatest degree currently possible. A careful review process ensures that snaps only receive the permissions they require to operate. Users do not have to make complex security decisions when installing the snap. You can read more about the security and configurations here a guide to snap permissions and interfaces. |
@mikeroyal all of what you said make sense for Applications, like Chrome, Spotify app etc. It doesn't make sense for a Python library, unless you are packaging not just PyTorch in the Snap, but all of the Python ecosystem, along with |
That's a good point maybe snaps is not a good option for this project. I will close this issue. |
I was thinking in the install and setup could be improved for Ubuntu and other Linux distros by having a snap package version. If it's not a priority would you mind if I made the snap as a contribution?
Crafting your first snap
Build and test snap
Getting Started snap template
The text was updated successfully, but these errors were encountered: