You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/05/12 21:12:55 UTC

[tvm] branch main updated: Bumped Ubuntu version to 18.04 for ci_gpu (#7970)

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c09cf0  Bumped Ubuntu version to 18.04 for ci_gpu (#7970)
1c09cf0 is described below

commit 1c09cf0f5bb242284b3766a3c0e44cd57935d067
Author: Dmitriy Smirnov <dm...@arm.com>
AuthorDate: Wed May 12 22:12:45 2021 +0100

    Bumped Ubuntu version to 18.04 for ci_gpu (#7970)
    
    Change-Id: I8b13fda08ab002c16a082baaaedd973a063fab99
---
 docker/Dockerfile.ci_gpu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile.ci_gpu b/docker/Dockerfile.ci_gpu
index a44677f..484b0a3 100644
--- a/docker/Dockerfile.ci_gpu
+++ b/docker/Dockerfile.ci_gpu
@@ -17,7 +17,7 @@
 
 # CI docker GPU env
 # tag: v0.60
-FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04
+FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04
 
 # Base scripts
 RUN apt-get update --fix-missing