Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
41dc89b2
Commit
41dc89b2
authored
Jan 08, 2018
by
J. Fernando Sánchez
Browse files
Fix testing makefiles and dependencies
parent
a9516963
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.template
View file @
41dc89b2
...
@@ -2,6 +2,12 @@ from python:{{PYVERSION}}
...
@@ -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/
...
...
test-requirements.txt
View file @
41dc89b2
mock
mock
pytest-cov
pytest-cov
pytest
pytest
scikit-learn
numpy
gsitk
gsitk
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment