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

Commit

Permalink
Add pandas to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Beucher committed Feb 5, 2019
1 parent e6ea630 commit 588c100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 588c100

Please sign in to comment.