Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
71ff1bf4
Commit
71ff1bf4
authored
Apr 19, 2017
by
Amandine PERRIN
Browse files
change comments place
parent
232d3375
Pipeline
#1837
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
71ff1bf4
...
...
@@ -4,14 +4,16 @@ from ubuntu:16.04
RUN
apt-get update
&&
\
apt-get
-y
upgrade
# Install
required packages
# Install
package needed
RUN
apt-get
install
-y
\
pkg-config
\
wget
\
libpng-dev
# required to install matplotlib
\
libjpeg8-dev
# required to install matplotlib
\
libfreetype6-dev
# required to install matplotlib
\
wget
python3-pip
# Install packages required to install matplotlib
RUN
apt-get
install
-y
\
pkg-config
\
libpng-dev
\
libjpeg8-dev
\
libfreetype6-dev
# Update pip
RUN
pip3
install
--upgrade
pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment