diff --git a/JenkinsfileDL b/JenkinsfileDL index b35d47a..df2aa63 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -3,6 +3,7 @@ pipeline { docker { image 'python:3.11' args '-v /root/.cache:/root/.cache' + command 'sh', '-c', 'pip install pandas && tail -f /dev/null' } } parameters {