Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 36e6609

Browse files
authored
Merge pull request #82 from qeek-dev/patch-1
Update ai docker version for CS2.x
2 parents 2301000 + c2f50d5 commit 36e6609

File tree

1 file changed

+60
-84
lines changed

1 file changed

+60
-84
lines changed

ai.json

Lines changed: 60 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,86 @@
11
[
22
{
3-
"description": "This is a photo recognition demo version generated using CAFFE deep learning framework.",
4-
"repository": "dockerhub",
5-
"arch": "amd64",
6-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
7-
"displayName": "CAFFE Demo - GPU",
8-
"name": "qnapnas/caffedemo",
9-
"version": "0.1beta-gpu",
10-
"location": "https://hub.docker.com/r/qnapnas/caffedemo/",
3+
"description": "This is a photo recognition demo version generated using CAFFE deep learning framework.",
4+
"repository": "dockerhub",
5+
"arch": "amd64",
6+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
7+
"displayName": "CAFFE Demo - GPU",
8+
"name": "qnapnas/caffedemo",
9+
"version": "0.1beta-gpu",
10+
"location": "https://hub.docker.com/r/qnapnas/caffedemo/",
1111
"type": "ai",
12-
"qcsVersion": "1.8"
12+
"qcsVersion": "2.0"
1313
},
1414
{
15-
"description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.",
16-
"repository": "dockerhub",
17-
"arch": "amd64",
18-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
15+
"description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.",
16+
"repository": "dockerhub",
17+
"arch": "amd64",
18+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
1919
"displayName": "CAFFE - GPU",
20-
"name": "bvlc/caffe",
20+
"name": "bvlc/caffe",
2121
"version": "gpu",
22-
"location": "https://hub.docker.com/r/bvlc/caffe/",
22+
"location": "https://hub.docker.com/r/bvlc/caffe/",
2323
"type": "ai",
24-
"qcsVersion": "1.8"
24+
"qcsVersion": "2.0"
2525
},
2626
{
27-
"description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.",
28-
"repository": "dockerhub",
29-
"arch": "amd64",
30-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
31-
"displayName": "CAFFE - CPU",
32-
"name": "bvlc/caffe",
33-
"version": "cpu",
34-
"location": "https://hub.docker.com/r/bvlc/caffe/",
27+
"description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.",
28+
"repository": "dockerhub",
29+
"arch": "amd64",
30+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
31+
"displayName": "CNTK - GPU",
32+
"name": "microsoft/cntk",
33+
"version": "2.6-gpu-python3.5-cuda9.0-cudnn7.0",
34+
"location": "https://hub.docker.com/r/microsoft/cntk/",
3535
"type": "ai",
36-
"qcsVersion": "1.8"
37-
},
38-
{
39-
"description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.",
40-
"repository": "dockerhub",
41-
"arch": "amd64",
42-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
43-
"displayName": "CNTK - GPU",
44-
"name": "microsoft/cntk",
45-
"version": "2.3-gpu-python3.5-cuda8.0-cudnn6.0",
46-
"location": "https://hub.docker.com/r/microsoft/cntk/",
47-
"type": "ai",
48-
"qcsVersion": "1.8"
49-
},
50-
{
51-
"description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.",
52-
"repository": "dockerhub",
53-
"arch": "amd64",
54-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
55-
"displayName": "CNTK - CPU",
56-
"name": "microsoft/cntk",
57-
"version": "2.3-cpu-python3.5",
58-
"location": "https://hub.docker.com/r/microsoft/cntk/",
59-
"type": "ai",
60-
"qcsVersion": "1.8"
36+
"qcsVersion": "2.0"
6137
},
6238
{
6339
"description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.",
64-
"repository": "dockerhub",
65-
"arch": "amd64",
66-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_mxnet.png",
67-
"displayName": "MXNet - GPU",
68-
"name": "mxnet/python",
69-
"version": "gpu_1.0.0",
70-
"location": "https://hub.docker.com/r/mxnet/python/",
40+
"repository": "dockerhub",
41+
"arch": "amd64",
42+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_mxnet.png",
43+
"displayName": "MXNet - GPU",
44+
"name": "mxnet/python",
45+
"version": "1.3.1_gpu_cu92_mkl_py3",
46+
"location": "https://hub.docker.com/r/mxnet/python/",
7147
"type": "ai",
72-
"qcsVersion": "1.8"
48+
"qcsVersion": "2.0"
7349
},
7450
{
75-
"description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.",
76-
"repository": "dockerhub",
77-
"arch": "amd64",
78-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_mxnet.png",
79-
"displayName": "MXNet - CPU",
80-
"name": "mxnet/python",
81-
"version": "1.0.0",
82-
"location": "https://hub.docker.com/r/mxnet/python/",
51+
"description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.",
52+
"repository": "dockerhub",
53+
"arch": "amd64",
54+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_tensorflow.png",
55+
"displayName": "TensorFlow - GPU",
56+
"name": "tensorflow/tensorflow",
57+
"version": "1.13.1-gpu-py3",
58+
"location": "https://hub.docker.com/r/tensorflow/tensorflow/",
8359
"type": "ai",
84-
"qcsVersion": "1.8"
60+
"qcsVersion": "2.0"
8561
},
8662
{
87-
"description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.",
88-
"repository": "dockerhub",
89-
"arch": "amd64",
90-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_tensorflow.png",
91-
"displayName": "TensorFlow - GPU",
92-
"name": "tensorflow/tensorflow",
93-
"version": "1.4.1-gpu-py3",
94-
"location": "https://hub.docker.com/r/tensorflow/tensorflow/",
63+
"description": "PyTorch is a deep learning framework that puts Python first. It provides Tensors and Dynamic neural networks in Python with strong GPU acceleration.",
64+
"repository": "dockerhub",
65+
"arch": "amd64",
66+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
67+
"displayName": "Pytorch - GPU",
68+
"name": "pytorch/pytorch",
69+
"version": "1.0.1-cuda10.0-cudnn7-devel",
70+
"location": "https://hub.docker.com/r/pytorch/pytorch",
9571
"type": "ai",
96-
"qcsVersion": "1.8"
72+
"qcsVersion": "2.0"
9773
},
9874
{
99-
"description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.",
100-
"repository": "dockerhub",
101-
"arch": "amd64",
102-
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_tensorflow.png",
103-
"displayName": "TensorFlow - CPU",
104-
"name": "tensorflow/tensorflow",
105-
"version": "1.4.1-py3",
106-
"location": "https://hub.docker.com/r/tensorflow/tensorflow/",
75+
"description": "Chainer is a Python-based deep learning framework aiming at flexibility. This is official Chainer image.",
76+
"repository": "dockerhub",
77+
"arch": "amd64",
78+
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png",
79+
"displayName": "Chainer - GPU",
80+
"name": "chainer/chainer",
81+
"version": "v6.0.0b1",
82+
"location": "https://hub.docker.com/r/chainer/chainer",
10783
"type": "ai",
108-
"qcsVersion": "1.8"
84+
"qcsVersion": "2.0"
10985
}
11086
]

0 commit comments

Comments
 (0)