Qi Zheng
fe3c1fb01f
Update sample model to mobilenetv2-int8-tf-0001
...
This model could show AVX512 VNNI performance advantage.
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-12-24 15:51:43 +08:00
Wang,Long
936efb6b85
update README for kubernetes deployment
...
Signed-off-by: Wang,Long <long1.wang@intel.com >
2019-12-24 14:40:32 +08:00
hongzhan Chen
00b185a042
Add Actions CI for building container image and unit test
2019-12-23 16:32:47 +08:00
Wang,Long
80a80122c5
adaptive v2 for cpuset and update README
...
Signed-off-by: Wang,Long <long1.wang@intel.com >
2019-12-23 15:25:47 +08:00
Gong Sophia
e4492a299e
Deprecates MAINTAINER in Dockerfile to follow dockerhub official guide.
...
(https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated )
Signed-off-by: Gong Sophia <sophia.gong@intel.com >
2019-12-23 09:59:05 +08:00
jwang
2580419e98
Consolidate RUN commands to one line
2019-12-17 11:09:53 +08:00
jwang
c9abe018fb
pre-install netlib
2019-12-17 11:09:53 +08:00
Ubuntu
8bbbbd8658
install gonum packages in Dockerfile
2019-12-17 11:09:53 +08:00
taosy
9ea289fb8f
Add r-base container
2019-12-13 09:01:11 +08:00
Qi Zheng
cebabbf7ea
Add helper_script for python3-clearlinux template
...
Give a chance to function developers to add extra
initial/helper operation when using the template
python3-clearlinux.
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-12-11 14:11:14 +08:00
jwang
912af40d2c
Avoid copy test to image
2019-12-11 08:59:56 +08:00
jwang
18cb62eec0
Add gonum container
...
Gonum is a set of numeric libraries for the Go programming language. By netlib interface, it can
use CBLAS which has AVX-512 optimization for better performance
Signed-off-by: jwang <jing.j.wang@intel.com >
2019-12-11 08:59:56 +08:00
Sophia Gong
f20becda68
Add OpenFaaS Clear Linux based GO template
...
Signed-off-by: Sophia Gong <sophia.gong@intel.com >
2019-12-09 18:30:54 +08:00
qzheng527
5b87521388
Update README.md
2019-12-09 15:25:57 +08:00
Qi Zheng
ce1d597040
Add OpenFaaS dockerfile template
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-12-09 15:05:58 +08:00
Qi Zheng
f5bd2001ba
Add OpenFaaS Clear Linux based python3 template
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-12-06 13:30:14 +08:00
Wang,Long
8304a1e565
add numpy-mp k8s demo deployment
...
Signed-off-by: Wang,Long <long1.wang@intel.com >
2019-12-05 19:10:45 +08:00
Wang,Long
757574fa1c
add dynamic OMP_NUM_THREADS setting
...
Signed-off-by: Wang,Long <long1.wang@intel.com >
2019-12-05 19:10:45 +08:00
jwang
3f44673e52
Typo fix in README
2019-12-05 00:53:22 +00:00
jwang
c4fb6e9d24
Add tesseract-ocr container
...
tesseract is a popular OCR engine with AVX performance optimization
Signed-off-by: jwang <jing.j.wang@intel.com >
2019-12-05 00:53:22 +00:00
Wang,Long
6cef03d7dd
Add numpy-mp
...
Signed-off-by: Wang,Long <long1.wang@intel.com >
2019-12-05 00:51:33 +00:00
Qi Zheng
76105be36a
Delete not used helloworld.php
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-12-03 15:49:35 +08:00
Qi Zheng
4a13342a97
Update yaml file to support k8s 1.16
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-28 13:19:05 +08:00
Qi Zheng
c5ab3015d1
Update travis openjdk Dockerfile path
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-26 08:51:48 +08:00
Qi Zheng
a916580871
Add openjdk 8
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-26 08:51:48 +08:00
Qi Zheng
4f2d5c684d
Unify the tags way
...
For version format x.y.z, three tags as below
tag: x.y.z
tag1: x.y
tag2: x
They all point to the latest image.
Once app got updated (minor updates, z to z1), the tag x.y.z
will be replaced by x.y.z1, but the tag x or x.y may still
keep.
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-20 10:49:12 +08:00
timlackhan
0de0d4531a
Update "Node Deploy with Helm"
2019-11-19 10:33:23 +08:00
timlackhan
90b81349f6
Update README.md
2019-11-19 10:33:23 +08:00
timlackhan
0d58bfe003
Add "Mariadb Deploy with Helm"
2019-11-18 16:13:49 +08:00
hongzha1
3d278c60c2
add env vars description
2019-11-15 15:55:08 +08:00
Gong Sophia
acff2649d8
update node README.md
...
Signed-off-by: Gong Sophia <sophia.gong@intel.com >
2019-11-15 10:33:30 +08:00
Qi Zheng
06124f36f0
Add tag for httpd, mariadb, memcached
...
and nginx, postgres, ...
Two tags are to be added for each containers.
1. exact app version tag, usually format as x.y.z.
For example, 5.0.6 for redis.
2. major app version tag, usually format as x.
For example, 5 for redis.
For some special cases, the major format as x.y.
For example, 1.17 for nginx, 3.7 for python.
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-14 14:34:40 +08:00
Qi Zheng
4d313de742
Add return value check for tagging
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-14 14:34:40 +08:00
Qi Zheng
7e62245281
Add post_push hooks to tag with redis version
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-11-11 17:15:24 -08:00
Gong Sophia
cff5e52231
add node env
...
Signed-off-by: Gong Sophia <sophia.gong@intel.com >
2019-11-08 16:34:12 +08:00
Gong Sophia
c4c70fa3b8
update tensorflow README
...
Signed-off-by: Gong Sophia <sophia.gong@intel.com >
2019-11-04 16:08:30 +08:00
Gong Sophia
a27212329b
update tensorflow-serving README
...
Signed-off-by: Gong Sophia <sophia.gong@intel.com >
2019-11-01 16:24:33 +08:00
Qi Zheng
9c44105394
Fix openvino readme typo
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-10-31 14:22:54 +08:00
Rodrigo Chiossi
e708bfa557
mixer-ci: add sudo
...
Sudo is required to run bat tests.
Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com >
2019-10-30 11:36:20 -07:00
Qi Zheng
21d96e5dd8
Set networkx version as 2.3
...
The latest networkx 2.4 may cause some python issues on
model-converter.
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-10-23 15:09:29 +08:00
Qi Zheng
b3f10c12b0
Use computer-vision-openvino to reduce container size
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-10-23 15:09:29 +08:00
Qi Zheng
8a69e27d62
Update the correct model name
...
Signed-off-by: Qi Zheng <qi.zheng@intel.com >
2019-10-17 16:49:37 +08:00
hongzha1
4a520f54ea
remove useless flink version setting
2019-10-17 13:45:35 +08:00
ZhongbaoShi
f0ab6bdc8a
Update reference link to use publish one
...
Update reference link to official publish one
2019-10-11 08:30:48 +08:00
hongzha1
6b654ea759
upgrade from openjdk 1.12 to 1.13
2019-10-11 08:30:23 +08:00
Luis Ponce
695ddc23ce
stacks/dars Update openblas Dockerfile
2019-10-10 09:20:29 -07:00
Luis Ponce
77e4786f34
stacks/dars Update mkl Dockerfile
2019-10-10 09:20:29 -07:00
Luis Ponce
0f548ae7e5
stacks/dars update openblas README file
2019-10-10 09:20:29 -07:00
Luis Ponce
c2e527c1b5
stacks/dars Update mkl README file
2019-10-10 09:20:29 -07:00
Luis Ponce
428375f405
stacks/dars Add releasenote
2019-10-10 09:20:29 -07:00