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

Up

parent 1b5e2898
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,7 +3,7 @@ recursive-include ltfatpy/comp *.c *.pyx
recursive-include doc *.rst *.py *.png *.bib
prune ltfat_C_kernel/tests
prune ltfat_C_kernel/lib
prune ltfatpy/tests
#prune ltfatpy/tests
graft cmake-modules
include *.txt
include *.rst
......
FROM debian:jessie
FROM ubuntu:latest
MAINTAINER Denis Arrivault
WORKDIR /
RUN apt-get update && apt-get install -y \
cmake \
libfftw3-dev \
liblapack-dev \
python \
python-dev \
python-pip \
python-matplotlib \
gfortran
RUN pip install scipy coverage Sphinx sphinxcontrib-bibtex
ADD ltfatpy-1.0.0.tar.gz /
RUN pip install ltfatpy-1.0.0/ && pip uninstall ltfatpy
RUN cd ltfatpy-1.0.0/ && python setup.py build_sphinx
python3 \
python3-dev \
python3-pip \
python3-tk
RUN pip3 install --upgrade pip
RUN pip3 install scipy matplotlib nose coverage Sphinx sphinxcontrib-bibtex
ADD ltfatpy-1.0.8.tar.gz /
#RUN pip3 install -e ltfatpy-1.0.8/
#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.
Finish editing this message first!
Please register or to comment