Skip to content

Commit 97dfd4f

Browse files
Incorporating user feedbacks.
1 parent 9785506 commit 97dfd4f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

tutorials/ai-core-code/ai-core-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Open your terminal and navigate to your `hello-aicore-code` directory. You will
145145
Copy and edit the following command to build your docker image. The command follows the format `docker build -t <DOCKER_REGITRY>/<YOUR_DOCKER_USERNAME>/<IMAGE_NAME>:<TAG_NAME>`. So for example, if you are using your organization's registry which has the URL `myteam.myorg`, The command should be `docker build -t myteam.myorg/yourusername/house-price:01 .`
146146

147147
```BASH
148-
docker buildx build –load --platform=<YOUR_DOCKER_PLATFORM> -t docker.io/<YOUR_DOCKER_USERNAME>/house-price:01 .
148+
docker build -t docker.io/<YOUR_DOCKER_USERNAME>/house-price:01 .
149149
```
150150

151151
> **INFORMATION** In the command, `-t` indicates that there is a tag name, followed by a colon and version. The name is your descriptive string, and the version can be in any format, here `house-price` and `01`, respectively. The `.` (dot) at the end instructs Docker to look for the filename `Dockerfile` in the present directory.

tutorials/ai-core-deploy/ai-core-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ POST `<DEPLOYMENT_URL>/v2/predict`
366366
| --- | --- |
367367
| `AI-Resource-Group` | `default` |
368368

369-
**RESPONSE**
369+
**REQUEST BODY**
370370

371371
```JSON
372372
{

tutorials/ai-core-template-wizard/ai-core-template-wizard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ author_profile: https://github.com/dhrubpaul
1313

1414
## Prerequisites
1515
- Understanding Of SAP AI Core
16+
- [Installing SAP AI Core toolkit VS Code extension](https://help.sap.com/docs/sap-ai-core/sap-ai-core-toolkit/sap-ai-core-toolkit)
1617

1718
## You will learn
1819
- How to setup a VS Code template generator

tutorials/ai-core-vs-code-toolkit/ai-core-vs-code-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author_profile: https://github.com/dhrubpaul
1313

1414
## Prerequisites
1515
- Understanding Of SAP AI Core
16-
- Installing SAP AI Core toolkit VS Code extension
16+
- [Installing SAP AI Core toolkit VS Code extension](https://help.sap.com/docs/sap-ai-core/sap-ai-core-toolkit/sap-ai-core-toolkit)
1717

1818
## You will learn
1919
- Setup Vs code Toolkit

0 commit comments

Comments
 (0)