Skip to content Skip to sidebar Skip to footer

How To Create A Local Web-based Anaconda Channel?

How does one create a local conda channel that is web based instead of file based? There is an existing question on custom channels but the solution is file based, e.g. conda -c fi

Solution 1:

The minimalist approach is a web server serving a conda-compatible directory structure. Here's one example how to build it using Nginx and Docker.

https://www.cityscience.com/blog/private-conda-channel.html

But if you need a robust control over access privileges and the ability to search for and browse packages you may want to consider licensing Anaconda Enterprise.

Post a Comment for "How To Create A Local Web-based Anaconda Channel?"