Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltfatpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dev
ltfatpy
Commits
66e17df6
There was a problem fetching the pipeline summary.
Commit
66e17df6
authored
7 years ago
by
Denis Arrivault
Browse files
Options
Downloads
Patches
Plain Diff
Up
parent
1b5e2898
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
docker/Dockerfile
+12
-10
12 additions, 10 deletions
docker/Dockerfile
with
13 additions
and
11 deletions
MANIFEST.in
+
1
−
1
View file @
66e17df6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
12
−
10
View file @
66e17df6
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment