Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-centos6-tensorflow
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
Quang tru HUYNH
docker-centos6-tensorflow
Commits
e936a80d
Commit
e936a80d
authored
8 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
enable Pasteur local mirror
parent
3a66675a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
e936a80d
...
...
@@ -2,8 +2,8 @@ FROM centos:centos6
MAINTAINER
Tru Huynh <tru@pasteur.fr>
# uncomment for local mirror:
#
RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
#
ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c6.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/c6.repo /etc/yum.repos.d/local.repo
RUN
yum
-y
update
RUN
yum
-y
install
wget
tar gzip
\
...
...
@@ -14,8 +14,8 @@ RUN yum -y install wget tar gzip \
RUN
yum
-y
install
centos-release-scl-rh
# uncomment for local mirror:
#
RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
#
ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c6-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/c6-scl-rh.repo /etc/yum.repos.d/scl-rh.repo
RUN
yum
-y
install
devtoolset-3-gcc devtoolset-3-gcc-c++ devtoolset-3-binutils
\
python27-numpy python27-python-devel python27-python-wheel python27-python-pip
...
...
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