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
f3e70e3d
There was a problem fetching the pipeline summary.
Commit
f3e70e3d
authored
8 years ago
by
Denis Arrivault
Browse files
Options
Downloads
Patches
Plain Diff
Adding latex in dockerfiles + installation with apt of scipy and sphinx
parent
06f4fbd6
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile_X86_64
+4
-1
4 additions, 1 deletion
docker/Dockerfile_X86_64
docker/Dockerfile_i686
+5
-2
5 additions, 2 deletions
docker/Dockerfile_i686
with
9 additions
and
3 deletions
docker/Dockerfile_X86_64
+
4
−
1
View file @
f3e70e3d
...
@@ -9,7 +9,10 @@ RUN apt-get update && apt-get install -y \
...
@@ -9,7 +9,10 @@ RUN apt-get update && apt-get install -y \
python3-dev \
python3-dev \
python3-pip \
python3-pip \
python3-tk \
python3-tk \
python3-matplotlib
python3-matplotlib \
python3-scipy \
python3-sphinx \
texlive-latex-recommended
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade pip
RUN pip3 install scipy nose coverage pytest pytest-cov Sphinx sphinxcontrib-bibtex
RUN pip3 install scipy nose coverage pytest pytest-cov Sphinx sphinxcontrib-bibtex
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile_i686
+
5
−
2
View file @
f3e70e3d
...
@@ -9,9 +9,12 @@ RUN apt-get update && apt-get install -y \
...
@@ -9,9 +9,12 @@ RUN apt-get update && apt-get install -y \
python3-dev \
python3-dev \
python3-pip \
python3-pip \
python3-tk \
python3-tk \
python3-matplotlib
python3-matplotlib \
python3-scipy \
python3-sphinx \
texlive-latex-recommended
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade pip
RUN pip3 install
scipy
nose coverage pytest pytest-cov
Sphinx
sphinxcontrib-bibtex
RUN pip3 install nose coverage pytest pytest-cov sphinxcontrib-bibtex
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# if you want to include ltfatpy sources in the docker image :
# if you want to include ltfatpy sources in the docker image :
...
...
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