File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# For testing
77# FROM test-thicket
88
9- FROM ghcr.io/llnl/thicket:hpcic -2025
9+ FROM ghcr.io/llnl/thicket:escience -2025
1010
1111USER root
1212
@@ -32,7 +32,7 @@ USER ${NB_USER}
3232
3333RUN git clone https://github.com/LLNL/benchpark.git ${HOME}/benchpark && \
3434 cd ${HOME}/benchpark && \
35- git checkout -b develop-2025-08-25 develop-2025-08-25 && \
35+ git checkout -b develop-2025-09-10 develop-2025-09-10 && \
3636 git submodule update --init --recursive
3737
3838USER root
Original file line number Diff line number Diff line change 66# For testing
77# FROM test-benchpark
88
9- FROM ghcr.io/llnl/benchpark:hpcic -2025
9+ FROM ghcr.io/llnl/benchpark:escience -2025
1010
1111USER root
1212
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 = " hpcic -2025"
42+ spawner_container_tag = " escience -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 = " hpcic -2025"
50+ init_container_tag = " escience -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 : " hpcic -2025"
67+ tag : " escience -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:hpcic -2025
109+ image : ghcr.io/llnl/reproducible-benchmarking-init:escience -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 = " hpcic -2025"
42+ spawner_container_tag = " escience -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 = " hpcic -2025"
50+ init_container_tag = " escience -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 : " hpcic -2025"
67+ tag : " escience -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:hpcic -2025
109+ image : ghcr.io/llnl/reproducible-benchmarking-init:escience -2025
110110 command : ["/entrypoint.sh"]
111111 imagePullPolicy : Always
112112 storage :
You can’t perform that action at this time.
0 commit comments