From 0d5a7b166201d76ef53e821751bb0fd610b1a5e0 Mon Sep 17 00:00:00 2001 From: Ujwal Kundur <ujwal.kundur@gmail.com> Date: Wed, 22 Jun 2022 13:25:04 +0530 Subject: [PATCH] Test Fix 5.1 Update intel/oneapi-hpckit OS to Ubuntu 20.04 to prevent outdated GLIBC errors. --- containers/oneapi/onedev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/oneapi/onedev.Dockerfile b/containers/oneapi/onedev.Dockerfile index a775ae8af..9b11017ed 100644 --- a/containers/oneapi/onedev.Dockerfile +++ b/containers/oneapi/onedev.Dockerfile @@ -229,7 +229,7 @@ RUN chmod a+x /usr/local/bin/mc ## Use Intel's HPC-kit and Create Lean image from staging ## ======================================================================================== -FROM intel/oneapi-hpckit:2022.1.2-devel-ubuntu18.04 AS oneapi +FROM intel/oneapi-basekit:2022.2-devel-ubuntu20.04 AS oneapi COPY bashrc /root/.bashrc -- GitLab