Skip to content
Snippets Groups Projects
Commit ae43540e authored by Luke Naylor's avatar Luke Naylor
Browse files

Add pandas to devcontainer

parent f74a1adc
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,5 @@ FROM registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest
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 /usr/bin/bash -c ". ~/.bashrc; sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple"
RUN /usr/bin/bash -c ". ~/.bashrc; sage -pip install pandas"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment