Tutorials: https://developers.sap.com/tutorials/ai-core-code.html
Hello!
I've noticed in Step 13, the tutorial text mentions to use
docker upload docker.io/<YOUR_DOCKER_USERNAME>/house-price:02
However, this throws an error that upload is not a docker command. The correct version:
docker push docker.io/<YOUR_DOCKER_USERNAME>/house-price:02
can be seen corrected in the image right below this text.
Hope this helps!
Cheers, Kai
Hello!
I've noticed in Step 13, the tutorial text mentions to use
However, this throws an error that upload is not a docker command. The correct version:
can be seen corrected in the image right below this text.
Hope this helps!
Cheers, Kai