Commit Graph

10 Commits

Author SHA1 Message Date
dipup b4303fff65 fix: GKE storageClassName override (longhorn/empty -> standard-rwo) 2026-09-22 07:03:45 +00:00
ychangkim 6805aa652f dip questions yaml add 2026-06-16 16:37:07 +09:00
ychangkim 409536ee7c dip values add 2026-06-09 14:53:33 +09:00
ychangkim e64f933901 dip-values add 2026-06-09 11:51:43 +09:00
wbsong111 162d9b2c2a Update jupyter configuration for network connection 2026-05-06 09:00:16 +09:00
ychangkim 8aca1e74f9 fix: prevent root-owned .cache files by adding --no-cache-dir to pip upgrade
Running pip as root (runAsUser: 0) created /home/jovyan/.cache with root
ownership, causing permission issues for the jovyan user at runtime.
2026-04-20 14:37:27 +09:00
ychangkim eb11d74e9f feat: add configurable shmSizeLimit for /dev/shm in jupyterlab chart
Introduce shmSizeLimit value (default 512Mi) to control the size of the
RAM-backed /dev/shm volume. Leave empty to apply no limit.
2026-04-01 17:40:33 +09:00
ychangkim 9be83c6f3a feat: support inline tag in image.repository for jupyterlab chart
Allow repository field to include a tag (e.g. "repo:tag"), in which case
the tag field is ignored. Update docs and custom-values to reflect the
new behavior and add dshm volume notes.
2026-03-31 12:29:23 +09:00
ychangkim b4213e4872 feat: add /dev/shm shared memory volume to jupyterlab deployment
Mount RAM-backed emptyDir at /dev/shm to remove the default 64MB limit,
preventing Bus errors when using PyTorch DataLoader or NumPy multiprocessing.
2026-03-26 18:13:44 +09:00
ychangkim af34d9280e jupyterlab 2026-03-26 15:14:05 +09:00