Translations:Anaconda/31/en

From Alliance Doc
Revision as of 16:45, 19 February 2020 by Stubbsda (talk | contribs) (Created page with "# List the dependencies (requirements) of the application you want to use. # Find which dependencies are Python modules and which are libraries provided by Anaconda. For examp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. List the dependencies (requirements) of the application you want to use.
  2. Find which dependencies are Python modules and which are libraries provided by Anaconda. For example, CUDA and CuDNN are libraries which are available on Anaconda Cloud but which you should not install yourself on our clusters - they are already installed.
  3. Remove from the list of dependencies everything which is not a Python module (e.g. cudatoolkit and cudnn).
  4. Use a virtual environment in which you will install your dependencies.