Skip to content

Commit cf6a9e8

Browse files
authored
Merge pull request #7 from yitzchak-ben-ezra-ecoplant/patch-1
2 parents aee621c + a4e121f commit cf6a9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
volumes:
116116
- ~/.aws:/home/ec2-user/.aws:ro # For AWS Credentials
117117
```
118-
*(For Windows, replace `~` with `%USERPROFILE%`)*
118+
*(For Windows, replace `~` with `${USERPROFILE}`)*
119119

120120
*(Replace `default-api` with the appropriate profile name from your own `~/.aws/credentials`)*
121121

@@ -171,7 +171,7 @@ If you use connect to Git repository using SSH, then you need to mount the `.ssh
171171
-v ~/.ssh:/home/ec2-user/.ssh:ro
172172
```
173173

174-
*(For Windows, replace `~` with `%USERPROFILE%`)*
174+
*(For Windows, replace `~` with `${USERPROFILE}`)*
175175

176176
#### Shared `SageMaker` directory
177177
To save all work created in the container, mount a directory to act as the `SageMaker` directory under `/home/ec2-user`:

0 commit comments

Comments
 (0)