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 GitHub
parent 79e27d937a
commit 965e2b095d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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