Skip to content

Commit

Permalink
Merge pull request #5952 from balajialg/mba247_fa24
Browse files Browse the repository at this point in the history
[DH-353] Set up Datahub for MBA 247
  • Loading branch information
balajialg authored Aug 13, 2024
2 parents ad8467f + e48665f commit f94b50e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ jupyterhub:
- course::1535811::enrollment_type::teacher
- course::1535811::enrollment_type::ta

# MBA 247, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/5923
course-staff-1536576:
# description: Enable course staff to view and access servers.
# # this role provides permissions to...
scopes:
- admin-ui
- list:users!group=course::1536576
- admin:servers!group=course::1536576
- access:servers!group=course::1536576
# # this role will be assigned to...
groups:
- course::1536576::enrollment_type::teacher
- course::1536576::enrollment_type::ta

nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-05-08
initContainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class_libs = c(
"pROC", "1.18.4",
"rpart.plot", "3.1.1",
"randomForest","4.7-1.1",
"xgboost","1.7.5.1"
"xgboost","1.7.5.1",
"factoextra","1.0.7"
)
class_libs_install_version(class_name, class_libs)

0 comments on commit f94b50e

Please sign in to comment.