Skip to content

Commit

Permalink
Update yolov5.ipynb (#3462)
Browse files Browse the repository at this point in the history
Changing image name to lowercase since it errors out on `invalid reference format: repository name must be lowercase` during build and push
  • Loading branch information
w601sxs authored Jun 15, 2022
1 parent 6b6a9b5 commit 07e7b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"metadata": {},
"outputs": [],
"source": [
"image = \"YOLOv5-smdataparallel-sagemaker\" # use any image name you want\n",
"image = \"yolov5-smdataparallel-sagemaker\" # use any image name you want, as long as it is all lower case\n",
"tag = \"pt1.10.2\" # use any tag name you want"
]
},
Expand Down

0 comments on commit 07e7b05

Please sign in to comment.