mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
fix foss-heartbeat
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
@@ -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 \
|
||||
@@ -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 \
|
||||
) \
|
||||
|
||||
Reference in New Issue
Block a user