diff --git a/src/control_methods/true_labels/config.vsh.yaml b/src/control_methods/true_labels/config.vsh.yaml index 741e3f2..0a71e50 100644 --- a/src/control_methods/true_labels/config.vsh.yaml +++ b/src/control_methods/true_labels/config.vsh.yaml @@ -43,7 +43,7 @@ resources: engines: # Specifications for the Docker image for this component. - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 # Add custom dependencies here (optional). For more information, see # https://viash.io/reference/config/engines/docker/#setup . # setup: diff --git a/src/data_processors/process_dataset/config.vsh.yaml b/src/data_processors/process_dataset/config.vsh.yaml index a997720..0047ae1 100644 --- a/src/data_processors/process_dataset/config.vsh.yaml +++ b/src/data_processors/process_dataset/config.vsh.yaml @@ -25,7 +25,7 @@ resources: engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable diff --git a/src/methods/logistic_regression/config.vsh.yaml b/src/methods/logistic_regression/config.vsh.yaml index 479aa3a..e570c03 100644 --- a/src/methods/logistic_regression/config.vsh.yaml +++ b/src/methods/logistic_regression/config.vsh.yaml @@ -63,7 +63,7 @@ resources: engines: # Specifications for the Docker image for this component. - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 # Add custom dependencies here (optional). For more information, see # https://viash.io/reference/config/engines/docker/#setup . setup: diff --git a/src/metrics/accuracy/config.vsh.yaml b/src/metrics/accuracy/config.vsh.yaml index 66fa835..ac197bd 100644 --- a/src/metrics/accuracy/config.vsh.yaml +++ b/src/metrics/accuracy/config.vsh.yaml @@ -54,7 +54,7 @@ resources: engines: # Specifications for the Docker image for this component. - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 # Add custom dependencies here (optional). For more information, see # https://viash.io/reference/config/engines/docker/#setup . setup: