Skip to content

Commit fd90b7e

Browse files
committed
fix commands
1 parent 9cc7f9f commit fd90b7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

latest/docker/Dockerfile.treescape

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ FROM ghcr.io/llnl/thicket:latest
1111
USER root
1212

1313
RUN . /opt/global_py_venv/bin/activate && \
14-
git clone --depth 1 --branch main-2026-04-01 https://github.com/LLNL/treescape
14+
git clone --depth 1 --branch main-2026-04-01 https://github.com/LLNL/treescape && \
15+
cd treescape && \
1516
python3 -m pip install .
1617

1718
USER ${NB_USER}

0 commit comments

Comments
 (0)