Skip to content

Commit

Permalink
Update ex-machina jupyter to include user volume
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausbrown committed Aug 19, 2024
1 parent 7bd242a commit 88852db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jupyter-ex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jupyter:
volumes:
- name: model-volume
hostPath:
readOnly: true
path: /mnt/nvme0/models/
- name: lab-volume
hostPath:
path: /mnt/nvme0/k3s/apps/jupyter

volumeMounts:
- mountPath: /app/models
name: model-volume
# FIXME: make sure this is changed to the active user!!
- mountPath: /home/jovyan/work
name: lab-volume

ingress:
enabled: true
Expand Down

0 comments on commit 88852db

Please sign in to comment.