From ae43540e6edeef72c2abcaa523a4c7803c48ea0e Mon Sep 17 00:00:00 2001 From: Luke Naylor <l.naylor@sms.ed.ac.uk> Date: Mon, 1 Apr 2024 21:04:12 +0100 Subject: [PATCH] Add pandas to devcontainer --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f184b4e..d9bbae8 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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" -- GitLab