Run Commands

Run in Determined

Learn how to run the JupyterLab Mount Extension inside of Determined.

December 4, 2023

You can run the HPE ML Data Management Jupyterlab Extension inside of Determined.

Before You Start #

How to Run the Extension in Determined #

  1. Open Determined.
  2. Navigate to the Notebook Launcher.
  3. Click Show Full Config.
  4. Replace the podSpec section with the following:
    podSpec:
        spec:
          containers:
          - name: determined-container
            securityContext:
              privileged: true
  5. Update the cpu image to the following: pachderm/notebooks-user:v2.8.1

Limitations #