diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..6e44e7a37cfa9d2f18f55ff778af2920b5defb33 --- /dev/null +++ b/.devcontainer/Dockerfile @@ -0,0 +1,7 @@ +FROM registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest + +# Add the tree-sitter parser for Rust +RUN git clone --depth=1 --branch v0.20.4 https://github.com/tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust +# Install the pseudowalls sage package +RUN sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple +