mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fix foss-heartbeat
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
2ae5a5eb18
commit
6aeb21db8e
|
@ -6,7 +6,8 @@ RUN apk add --no-cache \
|
||||||
gfortran \
|
gfortran \
|
||||||
lapack \
|
lapack \
|
||||||
openjdk8-jre-base \
|
openjdk8-jre-base \
|
||||||
py3-numpy
|
py3-numpy \
|
||||||
|
py3-scipy
|
||||||
|
|
||||||
# Install the requirements
|
# Install the requirements
|
||||||
RUN set -x \
|
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 \
|
&& git clone --depth 1 https://github.com/sarahsharp/foss-heartbeat.git /usr/src/foss-heartbeat \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /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 -r requirements.txt \
|
||||||
&& pip install statistics \
|
&& pip install statistics \
|
||||||
) \
|
) \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user