Skip to content

Commit 86b7834

Browse files
committed
Merge branch '20.12' of https://github.com/lablup/backend.ai-kernels into 20.12
2 parents 61c0383 + 7bec0f1 commit 86b7834

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here we list the latest versions of our supported kernel images.
1313
| Deep-Learning Framework | Image Name | Version | Batch | Query | Input Hook | TTY | Runtime Impl. |
1414
|-------------------------|----------------------------|---------|-------|-------|------------|-----|-------------------|
1515
| TensorFlow | `lablup/python-tensorflow` | 1.14.0 | O | O\* | O | | Bundled w/Keras 2 |
16-
| TensorFlow | `lablup/python-tensorflow` | 1.15.0 | O | O\* | O | | Bundled w/Keras 2 |
16+
| TensorFlow | `lablup/python-tensorflow` | 1.15.4 | O | O\* | O | | Bundled w/Keras 2 |
1717
| TensorFlow | `lablup/python-tensorflow` | 2.0.3 | O | O\* | O | | Bundled w/Keras 2 |
1818
| TensorFlow | `lablup/python-tensorflow` | 2.1.2 | O | O\* | O | | Bundled w/Keras 2 |
1919
| TensorFlow | `lablup/python-tensorflow` | 2.2.1 | O | O\* | O | | Bundled w/Keras 2 |
@@ -22,12 +22,13 @@ Here we list the latest versions of our supported kernel images.
2222
| PyTorch | `lablup/python-torch` | 1.4 | O | O\* | O | | |
2323
| PyTorch | `lablup/python-torch` | 1.5 | O | O\* | O | | |
2424
| PyTorch | `lablup/python-torch` | 1.6 | O | O\* | O | | |
25+
| PyTorch | `lablup/python-torch` | 1.7 | O | O\* | O | | |
2526
| CNTK | `lablup/python-cntk` | 2.6 | O | O\* | O | | |
2627
| CNTK | `lablup/python-cntk` | 2.7 | O | O\* | O | | |
2728
| MXnet | `lablup/python-mxnet` | 1.4.1 | O | O\* | O | | Bundled w/Keras 2 |
2829
| MXnet | `lablup/python-mxnet` | 1.5.1 | O | O\* | O | | Bundled w/Keras 2 |
2930
| MXnet | `lablup/python-mxnet` | 1.6.0 | O | O\* | O | | Bundled w/Keras 2 |
30-
| All-in-one Environment | `lablup/python-ff` | 20.07 | O | O\* | O | | |
31+
| All-in-one Environment | `lablup/python-ff` | 20.09 | O | O\* | O | | |
3132

3233
### Warrented Images (NGC, Nvidia GPU Cloud)
3334
| Deep-Learning Framework | Image Name | Version | Batch | Query | Input Hook | TTY | Runtime Impl. |
@@ -58,6 +59,10 @@ Here we list the latest versions of our supported kernel images.
5859
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.08-tf2-py3 | O | O\* | O | | Bundled w/Keras 2 |
5960
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.09-tf1-py3 | O | O\* | O | | Bundled w/Keras 2 |
6061
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.09-tf2-py3 | O | O\* | O | | Bundled w/Keras 2 |
62+
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.10-tf1-py3 | O | O\* | O | | Bundled w/Keras 2 |
63+
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.10-tf2-py3 | O | O\* | O | | Bundled w/Keras 2 |
64+
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.11-tf1-py3 | O | O\* | O | | Bundled w/Keras 2 |
65+
| NGC-TensorFlow | `lablup/ngc-tensorflow` | 20.11-tf2-py3 | O | O\* | O | | Bundled w/Keras 2 |
6166
| NGC-Pytorch | `lablup/ngc-pytorch` | 19.07-py3 | O | O\* | O | | |
6267
| NGC-Pytorch | `lablup/ngc-pytorch` | 19.08-py3 | O | O\* | O | | |
6368
| NGC-Pytorch | `lablup/ngc-pytorch` | 19.09-py3 | O | O\* | O | | |
@@ -71,6 +76,8 @@ Here we list the latest versions of our supported kernel images.
7176
| NGC-Pytorch | `lablup/ngc-pytorch` | 20.07-py3 | O | O\* | O | | |
7277
| NGC-Pytorch | `lablup/ngc-pytorch` | 20.08-py3 | O | O\* | O | | |
7378
| NGC-Pytorch | `lablup/ngc-pytorch` | 20.09-py3 | O | O\* | O | | |
79+
| NGC-Pytorch | `lablup/ngc-pytorch` | 20.10-py3 | O | O\* | O | | |
80+
| NGC-Pytorch | `lablup/ngc-pytorch` | 20.11-py3 | O | O\* | O | | |
7481
| NGC-MXNet | `lablup/ngc-mxnet` | 19.07-py3 | O | O\* | O | | Bundled w/Keras 2 |
7582
| NGC-MXNet | `lablup/ngc-mxnet` | 19.08-py3 | O | O\* | O | | Bundled w/Keras 2 |
7683
| NGC-MXNet | `lablup/ngc-mxnet` | 19.09-py3 | O | O\* | O | | Bundled w/Keras 2 |

vendor/ngc-pytorch/Dockerfile.20.12-py3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
204204
RUN python3 -m pip install --no-cache-dir \
205205
mpi4py==3.0.3 \
206206
nni==1.9 \
207+
mlflow==1.13 \
207208
scikit-nni==0.2.1
208209

209210
RUN jupyter nbextensions_configurator enable && \
@@ -246,8 +247,7 @@ LABEL ai.backend.kernelspec="1" \
246247
ai.backend.base-distro="ubuntu16.04" \
247248
ai.backend.runtime-type="python" \
248249
ai.backend.runtime-path="/opt/conda/bin/python3" \
249-
ai.backend.service-ports="ipython:pty:3000,jupyter:http:8080,jupyterlab:http:8090,vscode:http:8180,tensorboard:http:6006"
250-
250+
ai.backend.service-ports="ipython:pty:3000,jupyter:http:8091,jupyterlab:http:8090,vscode:http:8180,tensorboard:http:6006,mlflow-ui:http:5000,nniboard:http:8080"
251251

252252
WORKDIR /home/work
253253
# vim: ft=dockerfile

vendor/ngc-pytorch/custom.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/ngc-pytorch/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)