Conversation
There was a problem hiding this comment.
Please try and keep to a conda install if you can.
The reason to use conda here is that the jupyter example is just a starting point. Users will then want to add other python packages they need to perform their analysis inside jupyter.
It is not easy, or sometimes even possible, to install up to date ML, bioinformatics, data science python packages with a distribution's pip. A lot of ML / bioinformatics / data science stuff depends on some lower level C libraries or similar. Conda supplies these non-python dependencies easily, and is probably the most common tool used by researchers and data scientists for this purpose.
|
Also, as a general rule, when creating containers using python.... either...
-or-
-or-
When you use |
While working for Singularity 101 course, I came across these examples and found out the versions are very old, this is an update.
I do not understand why using conda if a pip install is enough to install it, maybe I am missing something. However this is an urgent update since the previous jupyter install was using ubuntu 16 and python 2.7.