File tree Expand file tree Collapse file tree
2025-eScience/infrastructure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ use_nginx = true
3939hub_container_image = " jupyterhub/k8s-hub"
4040hub_container_tag = " 4.2.0"
4141spawner_container_image = " ghcr.io/llnl/reproducible-benchmarking-spawn"
42- spawner_container_tag = " escience -2025"
42+ spawner_container_tag = " hpcic -2025"
4343spawner_image_entrypoint = " /entrypoint.sh 32"
4444cpu_min = " 32"
4545cpu_max = " 32"
4646mem_min = " 64G"
4747mem_max = " 64G"
4848provide_extra_shmem = true
4949init_container_image = " ghcr.io/llnl/reproducible-benchmarking-init"
50- init_container_tag = " escience -2025"
50+ init_container_tag = " hpcic -2025"
5151init_image_entrypoint = " /entrypoint.sh"
5252
5353[aws ."utility scripts" ]
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ singleuser:
6464 # 5) Copy any necessary local scripts or files and ensure proper permissions
6565 image :
6666 name : ghcr.io/llnl/reproducible-benchmarking-spawn
67- tag : " escience -2025"
67+ tag : " hpcic -2025"
6868 pullPolicy : Always
6969 # Specify the minimum (i.e., guarantee) and maximum (i.e., limit) amount of resources per user
7070 cpu :
@@ -106,7 +106,7 @@ singleuser:
106106 # chown -R 1000 /home/jovyan
107107 initContainers :
108108 - name : init-tutorial-service
109- image : ghcr.io/llnl/reproducible-benchmarking-init:escience -2025
109+ image : ghcr.io/llnl/reproducible-benchmarking-init:hpcic -2025
110110 command : ["/entrypoint.sh"]
111111 imagePullPolicy : Always
112112 storage :
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ use_nginx = true
3939hub_container_image = " jupyterhub/k8s-hub"
4040hub_container_tag = " 4.2.0"
4141spawner_container_image = " ghcr.io/llnl/reproducible-benchmarking-spawn"
42- spawner_container_tag = " escience -2025"
42+ spawner_container_tag = " hpcic -2025"
4343spawner_image_entrypoint = " /entrypoint.sh 32"
4444cpu_min = " 32"
4545cpu_max = " 32"
4646mem_min = " 64G"
4747mem_max = " 64G"
4848provide_extra_shmem = true
4949init_container_image = " ghcr.io/llnl/reproducible-benchmarking-init"
50- init_container_tag = " escience -2025"
50+ init_container_tag = " hpcic -2025"
5151init_image_entrypoint = " /entrypoint.sh"
5252
5353[aws ."utility scripts" ]
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ singleuser:
6464 # 5) Copy any necessary local scripts or files and ensure proper permissions
6565 image :
6666 name : ghcr.io/llnl/reproducible-benchmarking-spawn
67- tag : " escience -2025"
67+ tag : " hpcic -2025"
6868 pullPolicy : Always
6969 # Specify the minimum (i.e., guarantee) and maximum (i.e., limit) amount of resources per user
7070 cpu :
@@ -106,7 +106,7 @@ singleuser:
106106 # chown -R 1000 /home/jovyan
107107 initContainers :
108108 - name : init-tutorial-service
109- image : ghcr.io/llnl/reproducible-benchmarking-init:escience -2025
109+ image : ghcr.io/llnl/reproducible-benchmarking-init:hpcic -2025
110110 command : ["/entrypoint.sh"]
111111 imagePullPolicy : Always
112112 storage :
You can’t perform that action at this time.
0 commit comments