From efc20846df190597df310223febbdaec02011717 Mon Sep 17 00:00:00 2001 From: Romain Boman <romain.boman@gmail.com> Date: Thu, 7 Sep 2023 15:14:30 +0200 Subject: [PATCH] update to "latest" docker image (vtk9+oneapi) --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cce2c2b..f3d6ebb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ # gitlab-ci file for amfe-solvers default: - image: rboman/waves-py3:2022.0 + image: rboman/waves-py3:latest before_script: - - source /opt/intel/mkl/bin/mklvars.sh intel64 - - source /opt/intel/tbb/bin/tbbvars.sh intel64 + - source /opt/intel/oneapi/mkl/latest/env/vars.sh + - source /opt/intel/oneapi/tbb/latest/env/vars.sh - echo $(nproc) - printenv | sort -- GitLab