Skip to content

Commit 85775e1

Browse files
committed
fix issues and address user feedback
1 parent d8618c6 commit 85775e1

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ docker build --platform linux/amd64 -t docker.io/<YOUR_DOCKER_USERNAME>/house-pr
160160

161161
> **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.
162162
163+
> **INFORMATION** The platform information relates to your operating system, for example, **linux/amd64**. By default, Docker builds the image for your machine’s native architecture. If you are using an ARM-based system (such as an Apple M1/M2 or Raspberry Pi), the build process may default to arm64, which could cause issues when running the container on an amd64 cluster. To avoid such compatibility problems, explicitly specify the platform using the --platform linux/amd64 flag when building the image.
164+
163165
The result of this command should be:
164166

165167
<!-- border -->![image](img/docker-build.png)

tutorials/ai-core-generative-ai/ai-core-generative-ai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ If you are an SAP Developer or SAP employee, please refer to the following links
1818
[How to create a BTP Account (internal)](https://me.sap.com/notes/3493139)
1919
[SAP AI Core](https://help.sap.com/docs/sap-ai-core?version=INTERNAL&locale=en-US&state=PRODUCTION)
2020
If you are an external developer or a customer or a partner kindly refer to this [tutorial](https://developers.sap.com/tutorials/btp-cockpit-entitlements.html)
21+
- An Extended SAP AI Core service plan is required, as the Generative AI Hub is not available in the Free or Standard tiers. For more details, refer to [SAP AI Core Service Plans](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/service-plans)
2122
- You have completed the client authorization for your preferred user interface.
2223
- Access to SAP AI Core instance with the Extended plan
2324
- Python and programming IDE (e.g. VSCode)

tutorials/ai-core-launchpad-provisioning/ai-core-launchpad-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are an SAP Developer or SAP employee, please refer to the following links
1616
[How to create a BTP Account (internal)](https://me.sap.com/notes/3493139)
1717
[SAP AI Core](https://help.sap.com/docs/sap-ai-core?version=INTERNAL&locale=en-US&state=PRODUCTION)
1818
If you are an external developer or a customer or a partner kindly refer to this [tutorial](https://developers.sap.com/tutorials/btp-cockpit-entitlements.html)
19-
- A BTP global account
19+
- A BTP global account, For more details, refer to: [BTP global account](https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html)
2020

2121
## You will learn
2222
- How to access your SAP BTP global account

0 commit comments

Comments
 (0)