Skip to content

Commit

Permalink
adding more python dependencies to CI dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Dixon authored and Stephen Dixon committed Aug 12, 2021
1 parent 16f7a8a commit 5d01d1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker/achlys-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ ARG build_git_sha="master"

RUN apt-get update && \
apt-get -y install pip && \
pip3 install sympy && \
pip3 install pandas
pip3 install sympy \
pandas \
matplotlib \
pyyaml \
mock

RUN cd /home && \
git clone https://github.com/aurora-multiphysics/achlys.git && \
Expand Down

0 comments on commit 5d01d1d

Please sign in to comment.