We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f064c83 commit ab890d3Copy full SHA for ab890d3
1 file changed
code/scoring/create_scoring_image.py
@@ -79,7 +79,7 @@
79
)
80
81
os.chdir("scoring")
82
-image_name = "diabetes-model-score"
+image_name = "diabetes-model-score_test"
83
84
image_config = ContainerImage.image_configuration(
85
execution_script="score.py",
0 commit comments