Run in Determined

You can run the Pachyderm Jupyterlab Extension inside of Determined.

Before You Start

  • You must have Determined 0.23.4 or greater installed
  • You must have Pachyderm JupyterLab Extension 2.7.0 or greater installed

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.10.7

Limitations

  • GPUs are not yet supported