Skip to content

Commit

Permalink
Add shared directories to BioE C149 course
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 18, 2024
1 parent cac8b53 commit 1a8c720
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,30 @@ jupyterhub:
- name: home
mountPath: /home/jovyan/shared-readwrite
subPath: _shared
group_profiles:
# DataHub Infrastructure staff
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
mem_limit: 4096M
mem_guarantee: 4096M

# BioE C149, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6205
course::1537116::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-readwrite
course::1537116::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-readwrite
subPath: _shared/course/bioe-c149-readwrite
course::1537116::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/bioe-c149-shared
subPath: _shared/course/bioe-c149-shared
readOnly: true
singleuser:
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
Expand Down

0 comments on commit 1a8c720

Please sign in to comment.