Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-centos7-tensorflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Tru HUYNH
docker-centos7-tensorflow
Commits
0fd79daf
Commit
0fd79daf
authored
Mar 22, 2017
by
Tru HUYNH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable Pasteur mirror
parent
add9c9a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+4
-4
No files found.
Dockerfile
View file @
0fd79daf
...
...
@@ -2,8 +2,8 @@ FROM centos:centos7
MAINTAINER
Tru Huynh <tru@pasteur.fr>
# uncomment for local repository
#
RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
#
ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7.repo /etc/yum.repos.d/local.repo
RUN
/bin/rm /etc/yum.repos.d/CentOS-
*
.repo
ADD
https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7.repo /etc/yum.repos.d/local.repo
RUN
yum
-y
update
RUN
yum
-y
install
wget
tar gzip
\
perl
\
...
...
@@ -14,8 +14,8 @@ RUN yum -y install wget tar gzip \
RUN
yum
-y
install
centos-release-scl-rh
# uncomment for local repository
#
RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
#
ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7-scl-rh.repo /etc/yum.repos.d/scl-rh.repo
RUN
/bin/rm /etc/yum.repos.d/CentOS-
*
.repo
ADD
https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7-scl-rh.repo /etc/yum.repos.d/scl-rh.repo
RUN
yum
-y
install
devtoolset-3-gcc devtoolset-3-gcc-c++ devtoolset-3-binutils
RUN
yum
-y
install
epel-release
...
...
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