Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eitansela committed Oct 6, 2022
1 parent f630b97 commit 8b32c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/conda-env-kernel-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ aws --region ${REGION} ecr create-repository --repository-name smstudio-custom
# Build and push the image
aws --region ${REGION} ecr get-login-password | docker login --username AWS --password-stdin ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/smstudio-custom
docker build . -t ${IMAGE_NAME} -t ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/smstudio-custom:${IMAGE_NAME}
docker push ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/smstudio-custom:${IMAGE_NAME}
```

### Local testing
Expand Down

0 comments on commit 8b32c8f

Please sign in to comment.