Skip to content
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
2 changes: 1 addition & 1 deletion 2026-RIKEN/docker/Dockerfile.benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USER ${NB_USER}

RUN git clone https://github.com/LLNL/benchpark.git ${HOME}/benchpark && \
cd ${HOME}/benchpark && \
git checkout -b develop-2025-09-10 develop-2025-09-10 && \
git checkout -b develop-2025-12-11 develop-2025-12-11 && \
git submodule update --init --recursive

USER root
Expand Down
2 changes: 1 addition & 1 deletion 2026-RIKEN/infrastructure/dry-run/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ memory_min = "600Mi"

[aws.Helm]
max_concurrent_users = 14
hub_password = "hpctutorial25"
hub_password = "hpctutorial26"
hub_db_capacity = "32Gi"
ebs_storage_type = "gp3"
use_nginx = true
Expand Down
2 changes: 1 addition & 1 deletion 2026-RIKEN/infrastructure/dry-run/helm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hub:
config:
# Define a password for login
DummyAuthenticator:
password: hpctutorial25
password: hpctutorial26
JupyterHub:
admin_access: true
authenticator_class: dummy
Expand Down
2 changes: 1 addition & 1 deletion 2026-RIKEN/infrastructure/production/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ memory_min = "600Mi"

[aws.Helm]
max_concurrent_users = 30
hub_password = "hpctutorial25"
hub_password = "hpctutorial26"
hub_db_capacity = "32Gi"
ebs_storage_type = "gp3"
use_nginx = true
Expand Down
2 changes: 1 addition & 1 deletion 2026-RIKEN/infrastructure/production/helm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hub:
config:
# Define a password for login
DummyAuthenticator:
password: hpctutorial25
password: hpctutorial26
JupyterHub:
admin_access: true
authenticator_class: dummy
Expand Down