Created
May 30, 2018 15:34
-
-
Save juliensimon/edb9fedb661479a9db77c21fbddd9ed6 to your computer and use it in GitHub Desktop.
kerasmxnet-build.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker build -t $image_tag -f $dockerfile . | |
docker tag $image_tag $account.dkr.ecr.$region.amazonaws.com/$repo_name:latest | |
docker push $account.dkr.ecr.$region.amazonaws.com/$repo_name:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment