@@ -3,27 +3,31 @@ var FrameworkImages =
33 name :'TensorFlow' ,
44 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" ,
55 img : "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Tensorflow_logo.svg/115px-Tensorflow_logo.svg.png" ,
6- image : "acmuiuc/tensorflow:latest"
6+ image : "acmuiuc/tensorflow:latest" ,
7+ token_required : true
78} , {
89 name :'Caffe2' ,
910 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" ,
1011 img : "https://caffe2.ai/static/logo.svg" ,
11- image : "acmuiuc/caffe2:latest"
12+ image : "acmuiuc/caffe2:latest" ,
13+ token_required : true
1214} , {
1315 name :'PyTorch' ,
14- details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" ,
16+ details : "Ubuntu 16.04 - Python 3.6 - Jupyter Notebook" ,
1517 img : "http://pytorch.org/static/img/pytorch-logo-dark.svg" ,
16- image : "acmuiuc/pytorch:latest"
18+ image : "acmuiuc/pytorch:v0.2" ,
19+ token_required : true
1720} , {
1821 name :'Keras' ,
1922 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" ,
2023 img : "https://upload.wikimedia.org/wikipedia/commons/c/c9/Keras_Logo.jpg" ,
21- image : "acmuiuc/keras:latest"
24+ image : "acmuiuc/keras:latest" ,
25+ token_required : true
2226} , {
2327 name :'NVIDIA Digits' ,
2428 details : "Ubuntu 16.04 - In Browser GUI" ,
2529 img : "https://www.scan.co.uk/images/3xs/infopages/nvidia-digits.png" ,
26- image : "nvidia /digits"
30+ image : "acmuiuc /digits:latest "
2731} , {
2832 name :'Caffe' ,
2933 details : "Ubuntu 16.04 - C++ - SSH" ,
@@ -32,18 +36,20 @@ var FrameworkImages =
3236} , {
3337 name :'mxnet' ,
3438 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" ,
35- img : "https://secure.gravatar.com/avatar/04d69822f9bb98f4d8fd1484c7954c3d.jpg?s=512&r=g&d=mm" ,
36- image : "acmuiuc/mxnet"
39+ img : "https://pbs.twimg.com/profile_images/921441672684171264/ElXb2HlG_400x400.jpg" ,
40+ image : "acmuiuc/mxnet" ,
41+ token_required : true
3742} , {
3843 name :'CNTK' ,
3944 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" ,
4045 img : "https://blog.paperspace.com/content/images/2016/12/cntk.png" ,
41- image : "acmuiuc/cntk"
46+ image : "acmuiuc/cntk" ,
47+ token_required : true
4248} , {
4349 name :'Dockerfile' ,
4450 details : null ,
4551 img : "https://cdn.worldvectorlogo.com/logos/docker.svg" ,
4652 image : null
4753} ]
4854
49- module . exports = FrameworkImages ;
55+ module . exports = FrameworkImages ;
0 commit comments