Skip to content

Commit 39ce911

Browse files
Update image version to :1 (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1663b62 commit 39ce911

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/control_methods/true_labels/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resources:
4343
engines:
4444
# Specifications for the Docker image for this component.
4545
- type: docker
46-
image: openproblems/base_python:1.0.0
46+
image: openproblems/base_python:1
4747
# Add custom dependencies here (optional). For more information, see
4848
# https://viash.io/reference/config/engines/docker/#setup .
4949
# setup:

src/data_processors/process_dataset/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resources:
2525

2626
engines:
2727
- type: docker
28-
image: openproblems/base_python:1.0.0
28+
image: openproblems/base_python:1
2929

3030
runners:
3131
- type: executable

src/methods/logistic_regression/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resources:
6363
engines:
6464
# Specifications for the Docker image for this component.
6565
- type: docker
66-
image: openproblems/base_python:1.0.0
66+
image: openproblems/base_python:1
6767
# Add custom dependencies here (optional). For more information, see
6868
# https://viash.io/reference/config/engines/docker/#setup .
6969
setup:

src/metrics/accuracy/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resources:
5454
engines:
5555
# Specifications for the Docker image for this component.
5656
- type: docker
57-
image: openproblems/base_python:1.0.0
57+
image: openproblems/base_python:1
5858
# Add custom dependencies here (optional). For more information, see
5959
# https://viash.io/reference/config/engines/docker/#setup .
6060
setup:

0 commit comments

Comments
 (0)