Skip to content

Commit e4a139d

Browse files
authored
Merge pull request #18766 from helenaaaaaaaaaa/master
Small edits
2 parents 0e41928 + 86a3261 commit e4a139d

2 files changed

Lines changed: 2 additions & 2 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
@@ -110,7 +110,7 @@ The code builds a model using the [California Housing Dataset](https://scikit-le
110110

111111
[ACCORDION-BEGIN [Step 4: ](Transform your AI code into a Docker image)]
112112

113-
In the same directory, create a file named `Dockerfile` with has **no extension**. This file stores instructions for Docker to build an image. Your Docker image is a Linux distribution, therefore commands in this `Dockerfile` are similar to Linux commands with verbs for Docker as the suffix. Paste the following content **exactly** as it is, into the file:
113+
In the same directory, create a file named `Dockerfile` with **no extension**. This file stores instructions for Docker to build an image. Your Docker image is a Linux distribution, therefore commands in this `Dockerfile` are similar to Linux commands with verbs for Docker as the suffix. Paste the following content **exactly** as it is, into the file:
114114

115115
```TEXT
116116
# Specify which base layers (default dependencies) to use

tutorials/ai-core-data/ai-core-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ aws configure
399399

400400
Enter your AWS credentials. Note that the appearance of the screen will not change as you type. You can leave the `Default output format` entry as blank. Press **enter** to submit your credentials.
401401

402-
Your credentials are stored in your system and used by the AWS CLI to interact with AWS. Fore more informaiton, see [Configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html)
402+
Your credentials are stored in your system and used by the AWS CLI to interact with AWS. Fore more information, see [Configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html)
403403

404404
[DONE]
405405
[ACCORDION-END]

0 commit comments

Comments
 (0)