diff --git a/JenkinsfileDL b/JenkinsfileDL index 6aa072b..85c38dd 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'my-python-mlflow' + image 'python:3.11' args '-v /root/.cache:/root/.cache -u root' } }