From 8c04ada0d0562f9f51e52c0b1fedffb61300601d Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 20 Nov 2020 16:38:09 -0800 Subject: [PATCH] Bump training docker image version. (#5428) --- dockerfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 8d4b44e500..3e462a92b0 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -31,7 +31,7 @@ Use `docker pull` with any of the images and tags below to pull an image and try | Nuphar | mcr.microsoft.com/azureml/onnxruntime | | :latest-nuphar | | Server | mcr.microsoft.com/onnxruntime/server | :v0.4.0, :v0.5.0, :v0.5.1, :v1.0.0 | :latest | | MIGraphX (GPU) | mcr.microsoft.com/azureml/onnxruntime | :v0.6 | :latest | -| Training ([usage](https://github.com/microsoft/onnxruntime-training-examples))| mcr.microsoft.com/azureml/onnxruntime-training | :0.1-rc1-openmpi4.0-cuda10.1-cudnn7.6-nccl2.4.8, :0.1-rc2-openmpi4.0-cuda10.2-cudnn7.6-nccl2.7.6, :0.1-rc3-openmpi4.0-cuda10.2-cudnn8.0-nccl2.7 | :latest | +| Training ([usage](https://github.com/microsoft/onnxruntime-training-examples))| mcr.microsoft.com/azureml/onnxruntime-training | :0.1-rc1-openmpi4.0-cuda10.1-cudnn7.6-nccl2.4.8, :0.1-rc2-openmpi4.0-cuda10.2-cudnn7.6-nccl2.7.6, :0.1-rc3.1-openmpi4.0-cuda10.2-cudnn8.0-nccl2.7 | :latest | --- # Building and using Docker images