cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi, all i am new to machine learning , currently building meter reading model by following blog


https://developers.sap.com/tutorials/cv-package-aicore-train-object-detection.html#d5f4c082-b0ef-486...

on step for generating docker image for training, i am facing error anyone can help please

0 Likes
View Entire Topic
romk2
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Yash,

You face the error because of an outdated docker version, see the explanation in the DEPRECATED message at the top of your screenshot.

You may update the docker application (modern versions should come with the buildx engine) or follow the link in the message to install the buildx extension separately.

-- Roman