Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matplotlib_xobject_names
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
matplotlib_xobject_names
Commits
0401a1ab
Verified
Commit
0401a1ab
authored
5 years ago
by
Frank Sauerburger
Browse files
Options
Downloads
Patches
Plain Diff
Move 'pip install' to CI
parent
335dad0e
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4645
passed
5 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
Dockerfile
+0
-3
0 additions, 3 deletions
Dockerfile
with
1 addition
and
3 deletions
.gitlab-ci.yml
+
1
−
0
View file @
0401a1ab
...
...
@@ -2,6 +2,7 @@
create_pdf
:
image
:
${CI_REGISTRY_IMAGE}
script
:
-
pip install -r requirements.txt
-
python3 example.py
artifacts
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
3
View file @
0401a1ab
...
...
@@ -5,6 +5,3 @@ WORKDIR /ci
RUN
mkdir
-p
/usr/share/fonts/truetype/opensans
RUN
ln
-s
/ci/OpenSans.ttf /usr/share/fonts/truetype/opensans/opensans.ttf
# Install matplotlib
RUN
pip
install
-r
requirements.txt
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