RAPIDS: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
mNo edit summary
(Marked this version for translation)
Line 51: Line 51:
** '''devel''' images contain the full RAPIDS source tree, the compiler toolchain, the debugging tools, the headers and the static libraries for RAPIDS development. Use this type of image if you want to implement customized operations with low-level access to cuda-based processes.
** '''devel''' images contain the full RAPIDS source tree, the compiler toolchain, the debugging tools, the headers and the static libraries for RAPIDS development. Use this type of image if you want to implement customized operations with low-level access to cuda-based processes.


<!--T:46-->
'''NOTE:''' Starting with the RAPIDS v23.08 release, '''base''' type images are available [https://catalog.ngc.nvidia.com/orgs/nvidia/teams/rapidsai/containers/base here], '''runtime''' type images are replaced by `notebooks` images and available [https://catalog.ngc.nvidia.com/orgs/nvidia/teams/rapidsai/containers/notebooks here], and '''devel''' type images are no longer supported.
'''NOTE:''' Starting with the RAPIDS v23.08 release, '''base''' type images are available [https://catalog.ngc.nvidia.com/orgs/nvidia/teams/rapidsai/containers/base here], '''runtime''' type images are replaced by `notebooks` images and available [https://catalog.ngc.nvidia.com/orgs/nvidia/teams/rapidsai/containers/notebooks here], and '''devel''' type images are no longer supported.


Line 105: Line 106:
</source>
</source>


<!--T:47-->
'''NOTE:''' Starting with the RAPIDS v23.08 release, after initiating Conda, there is no need to activate rapids as all packages are included in the base conda environment, e.g. you can launch the Jupyter Notebook server in the base environment with the following commands.
'''NOTE:''' Starting with the RAPIDS v23.08 release, after initiating Conda, there is no need to activate rapids as all packages are included in the base conda environment, e.g. you can launch the Jupyter Notebook server in the base environment with the following commands.


<!--T:48-->
<source lang="console">Apptainer> source /opt/conda/etc/profile.d/conda.sh
<source lang="console">Apptainer> source /opt/conda/etc/profile.d/conda.sh
Apptainer> jupyter-lab --ip $(hostname -f) --no-browser  
Apptainer> jupyter-lab --ip $(hostname -f) --no-browser  
rsnt_translations
56,430

edits

Navigation menu