8000 Snap Package Support · Issue #15079 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

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

Closed
mikeroyal opened this issue Dec 11, 2018< 8000 /relative-time> · 4 comments
Closed

Snap Package Support #15079

mikeroyal opened this issue Dec 11, 2018 · 4 comments

Comments

@mikeroyal
Copy link

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

@soumith
Copy link
Member
soumith commented Dec 11, 2018

I'm not generally excited about packaging that we dont control, and make sure it's up to date.
pip and conda are de-facto Python package managers, and we provide default packages on both.

What makes the install and setup more improved by providing it on Snap?

@mikeroyal
Copy link
Author

@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.

@soumith
Copy link
Member
soumith commented Dec 12, 2018

@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 pip etc.

@mikeroyal
Copy link
Author

That's a good point maybe snaps is not a good option for this project. I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0