We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd90b7e commit b132bddCopy full SHA for b132bdd
1 file changed
latest/docker/Dockerfile.treescape
@@ -11,7 +11,7 @@ FROM ghcr.io/llnl/thicket:latest
11
USER root
12
13
RUN . /opt/global_py_venv/bin/activate && \
14
- git clone --depth 1 --branch main-2026-04-01 https://github.com/LLNL/treescape && \
+ git clone --depth 1 --branch main-2026-04-12 https://github.com/LLNL/treescape && \
15
cd treescape && \
16
python3 -m pip install .
17
0 commit comments