From 76d84307667962faa6f06dcc4055ab9ea897a931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Thu, 11 May 2023 00:01:38 +0200 Subject: [PATCH] s --- JenkinsfileDL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/JenkinsfileDL b/JenkinsfileDL index 98cb97e..6aa072b 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -1,5 +1,10 @@ pipeline { - agent any + agent { + docker { + image 'my-python-mlflow' + args '-v /root/.cache:/root/.cache -u root' + } + } environment { PATH = "/path/to/your/python/bin:${env.PATH}" SACRED_IGNORE_GIT = 'TRUE'