Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
volumes:
- ~/.aws:/home/ec2-user/.aws:ro # For AWS Credentials
```
*(For Windows, replace `~` with `%USERPROFILE%`)*
*(For Windows, replace `~` with `${USERPROFILE}`)*

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

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

*(For Windows, replace `~` with `%USERPROFILE%`)*
*(For Windows, replace `~` with `${USERPROFILE}`)*

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