Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Created May 30, 2018 15:34
Show Gist options
  • Save juliensimon/edb9fedb661479a9db77c21fbddd9ed6 to your computer and use it in GitHub Desktop.
Save juliensimon/edb9fedb661479a9db77c21fbddd9ed6 to your computer and use it in GitHub Desktop.
kerasmxnet-build.sh
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