sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
695 stars 766 forks source link

Build a House Price Predictor with SAP AI Core #23418

Open gianfranco-s opened 5 months ago

gianfranco-s commented 5 months ago

Tutorials: https://developers.sap.com/tutorials/ai-core-code.html

In step 13, the command used to upload the image is

docker upload docker.io/<YOUR_DOCKER_USERNAME>/house-price:02

It should be

docker push docker.io/<YOUR_DOCKER_USERNAME>/house-price:02