Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 588c100

Browse files
author
Romain Beucher
committed
Add pandas to the Dockerfile
1 parent e6ea630 commit 588c100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ USER root
44

55
WORKDIR /opt
66
RUN git clone --depth 1 https://github.com/rbeucher/UWGeodynamics.git
7+
RUN pip install pandas
78
RUN pip install -e /opt/UWGeodynamics
89

910
RUN mkdir /workspace/UWGeodynamics

0 commit comments

Comments
 (0)