Skip to content
Snippets Groups Projects
Commit 66e17df6 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Up

parent 1b5e2898
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -3,7 +3,7 @@ recursive-include ltfatpy/comp *.c *.pyx ...@@ -3,7 +3,7 @@ recursive-include ltfatpy/comp *.c *.pyx
recursive-include doc *.rst *.py *.png *.bib recursive-include doc *.rst *.py *.png *.bib
prune ltfat_C_kernel/tests prune ltfat_C_kernel/tests
prune ltfat_C_kernel/lib prune ltfat_C_kernel/lib
prune ltfatpy/tests #prune ltfatpy/tests
graft cmake-modules graft cmake-modules
include *.txt include *.txt
include *.rst include *.rst
......
FROM debian:jessie FROM ubuntu:latest
MAINTAINER Denis Arrivault MAINTAINER Denis Arrivault
WORKDIR / WORKDIR /
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
cmake \ cmake \
libfftw3-dev \ libfftw3-dev \
liblapack-dev \ liblapack-dev \
python \ python3 \
python-dev \ python3-dev \
python-pip \ python3-pip \
python-matplotlib \ python3-tk
gfortran RUN pip3 install --upgrade pip
RUN pip install scipy coverage Sphinx sphinxcontrib-bibtex RUN pip3 install scipy matplotlib nose coverage Sphinx sphinxcontrib-bibtex
ADD ltfatpy-1.0.0.tar.gz / ADD ltfatpy-1.0.8.tar.gz /
RUN pip install ltfatpy-1.0.0/ && pip uninstall ltfatpy #RUN pip3 install -e ltfatpy-1.0.8/
RUN cd ltfatpy-1.0.0/ && python setup.py build_sphinx #WORKDIR ltfatpy-1.0.8
#RUN nosetests
#RUN python3 setup.py build_sphinx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment