Skip to content

Commit

Permalink
Merge pull request #22 from HamWham/main
Browse files Browse the repository at this point in the history
MJG: Added python to the image
  • Loading branch information
HamWham authored Aug 23, 2024
2 parents c9392f8 + 8822bcb commit e0288ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eig/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:20.04

RUN apt update
RUN DEBIAN_FRONTEND=noninteractive apt install -y git build-essential pkg-config libopenblas-dev liblapacke-dev libgsl-dev
RUN DEBIAN_FRONTEND=noninteractive apt install -y git build-essential pkg-config libopenblas-dev liblapacke-dev libgsl-dev \
python-is-python3 python3

WORKDIR /opt
RUN git clone https://github.com/DReichLab/EIG.git
Expand Down

0 comments on commit e0288ce

Please sign in to comment.