Step #1: Create RAPIDS Environment and Project

The RAPIDS project consists of an NVIDIA rapids container with existing notebooks and scripts as well as the following NVIDIA libraries:

  • cuML

  • cuGraph

  • CLS

  • CuSpatial

  • cuxfilter

  • CGBoost Notebooks

  1. The first step is to create a new environment. Click Environments from the left hand menu.

    domino-step2_img1.png

  2. Click Create Environment.

    domino-step2_img2.png

  3. Enter RAPIDS as the environment name.

  4. Select Start from a Custom Base Image and enter

    • quay.io/domino/launchpad-rapids:latest

  5. Set the following

    • Supported Clusters - NONE

    • Visibility - Private

    domino-step2_img3.png

  6. Click Customize before building.

  7. Paste the following into the Pluggable Workspace Tools section:

    .. code-block:: none :linenos: jupyterlab: title: "JupyterLab" iconUrl: "/assets/images/workspace-logos/jupyterlab.svg" start: [ /var/opt/workspaces/Jupyterlab/start.sh ] httpProxy: internalPath: "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}" port: 8888 rewrite: false requireSubdomain: false

    domino-step2_img4.png

  8. Click Build at the bottom of the page.

  9. After the build completes, click Projects from the main menu.

    domino-step2_img5.png

  10. Click New Project, give it a name, then click Create.

    domino-step2_img6.png

    domino-step2_img7.png

  11. You should now see a new project created in the projects section

    domino-step2_img8.png

© Copyright 2022-2023, NVIDIA. Last updated on Jan 10, 2023.