relative path to dockerfile training

This commit is contained in:
gedin 2023-05-31 13:58:29 +02:00
parent 1b1581ac7e
commit ed43816eb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
node {
checkout scm
def dockerimage = docker.build("train-image", "dockerfile_train")
def dockerimage = docker.build("train-image", "./train-eval")
dockerimage.inside {
stage('Preparation') {
properties([