From 588c100af007375bf56373ec18b9c166997909f9 Mon Sep 17 00:00:00 2001 From: Romain Beucher Date: Wed, 6 Feb 2019 09:16:55 +1100 Subject: [PATCH] Add pandas to the Dockerfile --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index bb72fd55..91b30e7b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,6 +4,7 @@ USER root WORKDIR /opt RUN git clone --depth 1 https://github.com/rbeucher/UWGeodynamics.git +RUN pip install pandas RUN pip install -e /opt/UWGeodynamics RUN mkdir /workspace/UWGeodynamics