Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipreet-s authored Mar 12, 2021
1 parent 564e087 commit d4aab1e
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 @@ -109,7 +109,7 @@ If you find any output from the above commands, you have 2 options:

### UID/GID mismatch between AppImageConfig and Dockerfile

SageMaker will throw an error if the UID/GID associated with the default user in the container image does not match what is provided in the `AppImageConfig` via the CLI or the Admin console. This error message will be similar to *SageMaker is unable to launch the app using the image [...]. Ensure that the UID/GID provided in the AppImageConfig matches the default UID/GID defined in the image.*
SageMaker will throw an error if the UID/GID associated with the default user in the container image does not match with what is provided in the `AppImageConfig` via the CLI or the Admin console. This error message will be similar to *SageMaker is unable to launch the app using the image [...]. Ensure that the UID/GID provided in the AppImageConfig matches the default UID/GID defined in the image.*


To fix this mistmatch, run the container image locally.
Expand Down

0 comments on commit d4aab1e

Please sign in to comment.