Skip to content

Commit

Permalink
Change back to jovyan user to enable plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausbrown committed Sep 15, 2023
1 parent f17cfad commit ada2ff5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jupyter-treus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,15 @@ jupyter:
memory: 8Gi
cpu: 12

envVariables:
- name: JUPYTER_ENABLE_LAB
value: "yes"
- name: PASSWORD
value: ""
- name: GRANT_SUDO
value: "yes"
- name: JUPYTER_PORT
value: "8888"

nodeSelector:
nvidia.com/gpu.product: "NVIDIA-GeForce-RTX-3090-Ti"

0 comments on commit ada2ff5

Please sign in to comment.