File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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-12-12 develop-2025-12-12 && \
35+ git checkout -b develop-2025-12-11 develop-2025-12-11 && \
3636 git submodule update --init --recursive
3737
3838USER root
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN python3 -m venv /opt/global_py_venv
4646RUN . /opt/global_py_venv/bin/activate && \
4747 python3 -m pip install pybind11
4848
49- ENV CALI_INSTALL_PREFIX=${HOME}/Caliper/install \
49+ ENV CALI_INSTALL_PREFIX=/usr \
5050 GIT_CLONE_STAGING_DIR=/tmp
5151
5252RUN git clone https://github.com/LLNL/Caliper.git ${GIT_CLONE_STAGING_DIR}/Caliper && \
@@ -128,4 +128,4 @@ RUN echo 'export PATH=/usr/bin:$PATH' >> ${HOME}/.bash_profile && \
128128 echo 'export LD_LIBRARY_PATH=/usr/lib:/usr/lib64:$LD_LIBRARY_PATH' >> ${HOME}/.bash_profile
129129
130130USER ${NB_USER}
131- WORKDIR ${HOME}
131+ WORKDIR ${HOME}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN . /opt/global_py_venv/bin/activate && \
5050COPY ./tutorial-code/caliper-tutorial/apps /tmp/caliper-tutorial/apps/
5151COPY ./tutorial-code/caliper-tutorial/cmake /tmp/caliper-tutorial/cmake/
5252
53- ENV CALI_TUTORIAL_INSTALL_PREFIX=${HOME}/Caliper/install
53+ ENV CALI_TUTORIAL_INSTALL_PREFIX=/usr
5454
5555RUN cmake \
5656 -B /tmp/build-basic-example \
You can’t perform that action at this time.
0 commit comments