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 #
- Open Determined.
- Navigate to the Notebook Launcher.
- Click Show Full Config.
- Replace the
pod_spec
section with the following:pod_spec: spec: containers: - name: determined-container securityContext: privileged: true
- Update the
cpu
image to the following:pachderm/notebooks-user:v2.7.4
Limitations #
- GPUs are not yet supported