Skip to content

Commit

Permalink
fix foss-heartbeat
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 25, 2019
1 parent 2ae5a5e commit 6aeb21d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion foss-heartbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apk add --no-cache \
gfortran \
lapack \
openjdk8-jre-base \
py3-numpy
py3-numpy \
py3-scipy

# Install the requirements
RUN set -x \
Expand All @@ -20,6 +21,7 @@ RUN set -x \
&& git clone --depth 1 https://github.com/sarahsharp/foss-heartbeat.git /usr/src/foss-heartbeat \
&& ( \
cd /usr/src/foss-heartbeat \
&& cat requirements.txt | grep -v numpy | grep -v scipy | tee requirements.txt \
&& pip install -r requirements.txt \
&& pip install statistics \
) \
Expand Down

0 comments on commit 6aeb21d

Please sign in to comment.