mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-24 17:12:29 +00:00
Fix testing makefiles and dependencies
This commit is contained in:
parent
a951696317
commit
41dc89b23b
@ -2,6 +2,12 @@ from python:{{PYVERSION}}
|
|||||||
|
|
||||||
MAINTAINER J. Fernando Sánchez <jf.sanchez@upm.es>
|
MAINTAINER J. Fernando Sánchez <jf.sanchez@upm.es>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
libblas-dev liblapack-dev liblapacke-dev gfortran \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN pip install --upgrade numpy scipy scikit-learn
|
||||||
|
|
||||||
RUN mkdir /cache/ /senpy-plugins /data/
|
RUN mkdir /cache/ /senpy-plugins /data/
|
||||||
|
|
||||||
VOLUME /data/
|
VOLUME /data/
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
mock
|
mock
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest
|
pytest
|
||||||
|
scikit-learn
|
||||||
|
numpy
|
||||||
gsitk
|
gsitk
|
||||||
|
Loading…
Reference in New Issue
Block a user