Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
Fix typo `greater than` -> `less than`
  • Loading branch information
Lstilwell authored Mar 4, 2021
1 parent 3803138 commit 0467bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Ensure your SageMaker Studio execution role has permissions to pull the image fr

### Files With Unsupported UIDs/GIDs

SageMaker only supports UIDs/GIDs greater than 65535. You shouuld ensure that your container does not have any layers containing a file with a GID/UID higher than 65535.
SageMaker only supports UIDs/GIDs less than 65535. You should ensure that your container does not have any layers containing a file with a GID/UID higher than 65535.

You can check if you have any files in your Docker image that exceed 65535 by adding the following RUN commands at the end of your Dockerfile
```
Expand Down

0 comments on commit 0467bdc

Please sign in to comment.