Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging 5468/5770/5771 to prod #5772

Merged
merged 6 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployments/a11y/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jupyterhub:
pvcName: home-nfs-v3
subPath: "{username}"
memory:
guarantee: 512M
limit: 1G
guarantee: 3G
limit: 3G
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# allow for base image specification in hubploy.yaml
git+https://github.com/berkeley-dsep-infra/hubploy.git@9cff64d3d2294085896de54f97dfa8bef9034159
git+https://github.com/berkeley-dsep-infra/hubploy.git@89199c76c92bcb9a035a6ed685a6e2538f0cabe2
pygithub
pyrsistent==0.19.3
attrs==23.1.0
chartpress
jupyter-repo2docker==2024.3.0
myst-parser
chardet
requests==2.31.0
# requests==2.31.0
requests<2.29.0
urllib3<2.0
Loading