Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qg-dockerfiles
Commits
e5661b2c
Commit
e5661b2c
authored
Dec 14, 2018
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
a8887297
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
27 deletions
+35
-27
Dockerfile
baseimg/common/python/Dockerfile
+1
-6
requirements.txt
baseimg/common/python/requirements.txt
+4
-21
Dockerfile
baseimg/common/tools/Dockerfile
+16
-0
requirements.txt
baseimg/common/tools/requirements.txt
+14
-0
No files found.
baseimg/common/python/Dockerfile
View file @
e5661b2c
...
@@ -4,13 +4,8 @@ WORKDIR /home/quant_group
...
@@ -4,13 +4,8 @@ WORKDIR /home/quant_group
RUN
yum
-y
update
RUN
yum
-y
update
RUN
yum
install
-y
epel-release
RUN
yum
install
-y
epel-release
RUN
yum
install
-y
python-pip
RUN
yum
install
-y
python-pip
RUN
python
-m
pip
install
--upgrade
pip
RUN
python
-m
pip
install
--upgrade
pip
RUN
yum
-y
install
python-devel
RUN
yum
-y
install
mysql-devel
RUN
pip
install
-i
http://pypi.douban.com/simple
--default-timeout
6000 tornado MySQL-python DBUtils synthesis executor futures
--trusted-host
pypi.douban.com
COPY
requirements.txt .
COPY
requirements.txt .
RUN
pip
install
-r
requirements.txt
RUN
pip
install
-r
requirements.txt
RUN
pip
install
--upgrade
kubernetes
\ No newline at end of file
\ No newline at end of file
baseimg/common/python/requirements.txt
View file @
e5661b2c
PyYAML
pandas
flask
flask-restful
Flask-APScheduler
python-jenkins
kubernetes
python-etcd
logzero
qingcloud-sdk
harbor-py
simplejson
urllib3>=1.22
ipaddress>=1.0.19
backports.ssl-match-hostname>=3.5.0.1
tornado
tornado
redis
sqlalchemy
sqlalchemy
pandas
sklearn
pymysql
numpy
numpy
dateutil
redis
smtplib
email
email
json
sklearn
\ No newline at end of file
pymysql
\ No newline at end of file
baseimg/common/tools/Dockerfile
0 → 100644
View file @
e5661b2c
FROM
192.168.4.4/baseimg/centos:201803291115
WORKDIR
/home/quant_group
RUN
yum
-y
update
RUN
yum
install
-y
epel-release
RUN
yum
install
-y
python-pip
RUN
python
-m
pip
install
--upgrade
pip
RUN
yum
-y
install
python-devel
RUN
yum
-y
install
mysql-devel
RUN
pip
install
-i
http://pypi.douban.com/simple
--default-timeout
6000 tornado MySQL-python DBUtils synthesis executor futures
--trusted-host
pypi.douban.com
COPY
requirements.txt .
RUN
pip
install
-r
requirements.txt
RUN
pip
install
--upgrade
kubernetes
\ No newline at end of file
baseimg/common/tools/requirements.txt
0 → 100644
View file @
e5661b2c
PyYAML
flask
flask-restful
Flask-APScheduler
python-jenkins
kubernetes
python-etcd
logzero
qingcloud-sdk
harbor-py
simplejson
urllib3>=1.22
ipaddress>=1.0.19
backports.ssl-match-hostname>=3.5.0.1
\ No newline at end of file
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