We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0522f4 commit 688e97eCopy full SHA for 688e97e
aml_service/34-GetScoringImageName.py
@@ -39,6 +39,6 @@
39
# Writing the image details to /aml_config/image.json
40
image_json = {}
41
image_json["image_name"] = name
42
-image_json["image_version"] = version
+image_json["image_version"] = int(version)
43
with open("aml_config/image.json", "w") as outfile:
44
json.dump(image_json, outfile)
0 commit comments