@@ -3,22 +3,22 @@ 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" 
6+  image : "acmuiuc/tensorflow:latest " 
77} , { 
88 name :'Caffe2' , 
99 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" , 
1010 img : "https://caffe2.ai/static/logo.svg" , 
11-  image : "registry.gitlab.com/acm-uiuc/gpu-cluster-images: caffe2" 
11+  image : "acmuiuc/ caffe2:latest " 
1212} , { 
1313 name :'PyTorch' , 
1414 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" , 
1515 img : "http://pytorch.org/static/img/pytorch-logo-dark.svg" , 
16-  image : "acmuiuc/pytorch" 
16+  image : "acmuiuc/pytorch:latest " 
1717} , { 
1818 name :'Keras' , 
1919 details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" , 
2020 img : "https://upload.wikimedia.org/wikipedia/commons/c/c9/Keras_Logo.jpg" , 
21-  image : "acmuiuc/keras" 
21+  image : "acmuiuc/keras:latest " 
2222} , { 
2323 name :'NVIDIA Digits' , 
2424 details : "Ubuntu 16.04 - In Browser GUI" , 
@@ -29,6 +29,16 @@ var FrameworkImages =
2929 details : "Ubuntu 16.04 - C++ - SSH" , 
3030 img : "http://antmicro.com/images/logos/products-tk-caffe.svg" , 
3131 image : "nvidia/caffe" 
32+ } , { 
33+  name :'mxnet' , 
34+  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" 
37+ } , { 
38+  name :'CNTK' , 
39+  details : "Ubuntu 16.04 - Python 3.5 - Jupyter Notebook" , 
40+  img : "https://blog.paperspace.com/content/images/2016/12/cntk.png" , 
41+  image : "acmuiuc/cntk" 
3242} , { 
3343 name :'Dockerfile' , 
3444 details : null , 
0 commit comments