Skip to content

Commit a7999ce

Browse files
authored
Merge pull request #5477 from berkeley-dsep-infra/staging
merging 5472/5474/5475/5476/5478 to prod
2 parents 91fd5b6 + 19368cc commit a7999ce

File tree

5 files changed

+43
-8
lines changed

5 files changed

+43
-8
lines changed

deployments/data100/config/common.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ jupyterhub:
8686
course::1531798::group::Content: # Spring 2024 Content Team, ensured 4G RAM
8787
mem_limit: 4G
8888
mem_guarantee: 4G
89+
90+
# Econ 148, Spring 2024
91+
course::1532866: # Temporarily grant 3G of RAM to all students
92+
mem_limit: 3G
93+
mem_guarantee: 3G
94+
8995
admin:
9096
mem_limit: 4G
9197
mem_guarantee: 2G

deployments/data100/image/environment.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: data100-FA23
22

33
channels:
44
- conda-forge
5+
- pytorch
56

67
dependencies:
78
- python==3.11.0
@@ -33,6 +34,13 @@ dependencies:
3334
- tensorflow-cpu==2.12.1
3435
- sqlalchemy==2.0.16
3536
- mlxtend==0.23.0
37+
# Spring 2024 data 100
38+
- pytorch==2.1.2
39+
- cpuonly==2.0
40+
- transformers==4.37.1
41+
# Spring 2024 table demos
42+
- lxml==5.1.0
43+
# Spring 2024 Econ 148 Packages
3644
- geopandas==0.14.2
3745
- geopy==2.4.1
3846
- lifelines==0.27.8

deployments/data8/config/common.yaml

+14-7
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@ jupyterhub:
5656
# - course::N::enrollment_type::teacher
5757
# - course::N::enrollment_type::ta
5858

59+
# Data 8, Spring 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5358
60+
course-staff-1532352:
61+
# description: Enable course staff to view and access servers.
62+
# # this role provides permissions to...
63+
scopes:
64+
- admin-ui
65+
- list:users!group=course::1532352
66+
- admin:servers!group=course::1532352
67+
- access:servers!group=course::1532352
68+
# # this role will be assigned to...
69+
groups:
70+
- course::1532352::enrollment_type::teacher
71+
- course::1532352::enrollment_type::ta
72+
5973
singleuser:
6074
extraFiles:
6175
# DH-216 Removing QtPDF, QtPNG as per Data 8 GSI inputs
@@ -86,14 +100,7 @@ jupyterhub:
86100

87101
custom:
88102
group_profiles:
89-
90103
# DataHub Infrastructure staff
91104
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
92105
course::1524699::group::all-admins:
93106
admin: true
94-
95-
# Data 8, Spring 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5358
96-
course::1532352::enrollment_type::teacher:
97-
admin: true
98-
course::1532352::enrollment_type::ta:
99-
admin: true

deployments/datahub/config/common.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ jupyterhub:
188188
course::1531172: # ENVECON 153, Spring 2024, issue #5279
189189
mem_limit: 4096M
190190
mem_guarantee: 4096M
191-
course::1531172: # Econ/Demog 175, Spring 2024, issue #5447
191+
course::1531929: # Econ/Demog 175, Spring 2024, issue #5447
192192
mem_limit: 4096M
193193
mem_guarantee: 4096M

deployments/prob140/config/common.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ jupyterhub:
4848
# groups:
4949
# - course::N::enrollment_type::teacher
5050
# - course::N::enrollment_type::ta
51+
52+
## Data C140, Spring 2024, #https://github.com/berkeley-dsep-infra/datahub/issues/5466
53+
course-staff-1533557:
54+
# description: Enable course staff to view and access servers.
55+
# this role provides permissions to...
56+
scopes:
57+
- admin-ui
58+
- list:users!group=course::1533557
59+
- admin:servers!group=course::1533557
60+
- access:servers!group=course::1533557
61+
# this role will be assigned to...
62+
groups:
63+
- course::1533557::enrollment_type::teacher
64+
- course::1533557::enrollment_type::ta
5165

5266
nodeSelector:
5367
hub.jupyter.org/pool-name: core-pool-2023-12-21

0 commit comments

Comments
 (0)