Skip to content

Commit 688e97e

Browse files
authored
Update 34-GetScoringImageName.py
1 parent a0522f4 commit 688e97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aml_service/34-GetScoringImageName.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
# Writing the image details to /aml_config/image.json
4040
image_json = {}
4141
image_json["image_name"] = name
42-
image_json["image_version"] = version
42+
image_json["image_version"] = int(version)
4343
with open("aml_config/image.json", "w") as outfile:
4444
json.dump(image_json, outfile)

0 commit comments

Comments
 (0)