We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a48e7 commit 7097c98Copy full SHA for 7097c98
2025-HPCIC/docker/Dockerfile.benchpark
@@ -32,7 +32,7 @@ USER ${NB_USER}
32
33
RUN git clone https://github.com/LLNL/benchpark.git ${HOME}/benchpark && \
34
cd ${HOME}/benchpark && \
35
- git checkout -b develop-2025-07-14 develop-2025-07-14 && \
+ git checkout -b develop-2025-08-25 develop-2025-08-25 && \
36
git submodule update --init --recursive
37
38
USER root
0 commit comments