This commit is contained in:
Jakub Zaręba 2023-05-11 00:02:14 +02:00
parent 76d8430766
commit d8c24f4511

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'my-python-mlflow'
image 'python:3.11'
args '-v /root/.cache:/root/.cache -u root'
}
}