Skip to content

Commit

Permalink
Merge pull request #6286 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
Merging #6284, #6280, #6282, #6285 to prod
  • Loading branch information
felder authored Sep 26, 2024
2 parents 1c2b2c8 + 1b36055 commit 4bf800b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/shared_directories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ body:
**Shared Directory:** The shared folder allows read only access to the students enrolled in your course. Students can read the dataset from the shared folder while no write operations can be performed. The shared directories will be mounted to /home/jovyan user path.
**Shared-ReadWrite Directory:** As an instructor, you’ll have both read and write access to a “shared-readwrite” directory. You can upload datasets there, and they will automatically be updated in the “shared” directory, which is accessible to all students with read-only permissions.
For more information, check the [documentation](https://ds-modules.github.io/curriculum-guide/technology/jupyter/large-datasets.html?highlight=shared#shared-directory) for shared directories.
**Note:** Please verify that neither you nor your teaching team members are enrolled in multiple roles (e.g., both Teacher and TA) on your course's bCourses site. Being assigned multiple roles may cause errors during hub spawning, as the system attempts to mount multiple shared read-write directories associated with different group roles (e.g., Teacher and TA).
- type: input
attributes:
label: Your Name
Expand Down
2 changes: 1 addition & 1 deletion deployments/data8/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data8-user-image:229bd619c657
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data8-user-image:949086545647

cluster:
provider: gcloud
Expand Down
4 changes: 4 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,7 @@ jupyterhub:
course::1539545: # Demog 213, https://github.com/berkeley-dsep-infra/datahub/issues/6094
mem_limit: 4096M
mem_guarantee: 4096M

course::1536576: # MBA 247, https://github.com/berkeley-dsep-infra/datahub/issues/6276
mem_limit: 2048M
mem_guarantee: 2048M
2 changes: 1 addition & 1 deletion deployments/edx/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/data8x-scratch/user-images/edx-user-image:7586c90f94ef
- name: us-central1-docker.pkg.dev/data8x-scratch/user-images/edx-user-image:64d38046ca94

cluster:
provider: gcloud
Expand Down

0 comments on commit 4bf800b

Please sign in to comment.