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
The first step is to create a new environment. Click Environments from the left hand menu.
Click Create Environment.
Enter RAPIDS as the environment name.
Select Start from a Custom Base Image and enter
quay.io/domino/launchpad-rapids:latest
Set the following
Supported Clusters - NONE
Visibility - Private
Click Customize before building.
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
Click Build at the bottom of the page.
After the build completes, click Projects from the main menu.
Click New Project, give it a name, then click Create.
You should now see a new project created in the projects section