From 50066b1a768e3bda454e67ba2d0d022272ea4570 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 5 Nov 2023 11:49:12 -0800 Subject: [PATCH] fix: runtime version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b64ed8d..bc4ea0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION=22.04 +ARG UBUNTU_VERSION=20.04 # This needs to generally match the container host's environment. ARG CUDA_VERSION=11.2.2 # Target the CUDA build image