-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add Conda Ecosystem Explained article. #198
Conversation
for more information, see https://pre-commit.ci
✅ Deploy Preview for conda-dot-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for conda-dot-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm missing some comments on the existing mirrors of the popular Anaconda.org channels and how to run a conda instance without Anaconda.org (or at least examples of such). Ideally we would have standards that explain how to set up a conda channel from scratch, but well, we'll get there.
Namely, I'd like to see mentions of:
- The OCI mirror in GHCR (with its limitations and differences)
- The Prefix mirror
- The
conda-subchannel
prototypes using Github Releases (only small channels or CEP-15 mirrors) - Examples of non-anaconda.org mirrors in the wild (universities, Artifactory, etc)
Thanks a lot for putting this together!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realized most of the way through that this is still in draft form, but here are some edits!
Co-authored-by: Dasha Gurova <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: Katherine Kinnaman <[email protected]> Co-authored-by: jaimergp <[email protected]>
Co-authored-by: Dasha Gurova <[email protected]>
Co-authored-by: Dasha Gurova <[email protected]>
for more information, see https://pre-commit.ci
<th>Installer name</th> | ||
<th>Package manager included</th> | ||
<th>Automatically sets channel as</th> | ||
<th>Status</th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this column is necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In what way, unnecessary to highlight that pixi is still emerging?
Co-authored-by: jaimergp <[email protected]> Co-authored-by: Christian Brueffer <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: Dasha Gurova <[email protected]>
Co-authored-by: Bianca Henderson <[email protected]>
@@ -41,7 +41,7 @@ repos: | |||
rev: v4.0.0-alpha.8 | |||
hooks: | |||
- id: prettier | |||
types_or: [jsx, javascript, mdx, markdown] | |||
types_or: [jsx, javascript] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this was removed but we can revisit in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prettier was reformatting the HTML tables embedded in the Markdown, adding significant whitespace that rendered the table weirdly. Ultimately, this is an issue that can be resolved by updating the CSS, but this was faster. Change is here: 3f5fe0c
(#198)
Co-authored-by: jaimergp <[email protected]>
Description
Just a quick overview about the conda ecosystem, for reasons..
@dashagurova Could you take a look please?