File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
control_methods/true_labels
data_processors/process_dataset
methods/logistic_regression Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ resources:
4343engines :
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:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resources:
2525
2626engines :
2727 - type : docker
28- image : openproblems/base_python:1.0.0
28+ image : openproblems/base_python:1
2929
3030runners :
3131 - type : executable
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ resources:
6363engines :
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 :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resources:
5454engines :
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 :
You can’t perform that action at this time.
0 commit comments