Skip to content
Merged
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-ISC/docker/Dockerfile.thicket
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM ghcr.io/llnl/caliper:isc-2026
USER root

RUN . /opt/global_py_venv/bin/activate && \
python3 -m pip install llnl-hatchet==2024.1.3 && \
python3 -m pip install llnl-hatchet==2025.2.0 && \
python3 -m pip install "llnl-thicket[plotting] @ git+https://github.com/LLNL/thicket.git@develop-2024-11-02"
# python3 -m pip install llnl-thicket[extrap,plotting]==2024.2.1

Expand Down
Loading