Update MCR CUDA docker image to 10.2 (#5181)

This commit is contained in:
Changming Sun 2020-09-16 09:01:31 -07:00 committed by edgchen1
parent ece9a7c1fc
commit 5b5bcba9e3

View file

@ -4,8 +4,8 @@
# --------------------------------------------------------------
# Dockerfile to run ONNXRuntime with CUDA, CUDNN integration
# nVidia cuda 10.1 Base Image
FROM nvidia/cuda:10.1-cudnn7-devel
# nVidia cuda 10.2 Base Image
FROM nvidia/cuda:10.2-cudnn8-devel
MAINTAINER Vinitra Swamy "viswamy@microsoft.com"
ARG ONNXRUNTIME_REPO=https://github.com/Microsoft/onnxruntime