Created
November 30, 2018 02:43
-
-
Save awmatheson/bc22d9ff72d6645beb1729abeacdb56a to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
cat >Dockerfile <<EOL | |
FROM docker.registry.github.com/github/virga-wrapper/base-flask:latest | |
ADD model.py /working | |
EOL | |
curl -L https://gist.githubusercontent.com/awmatheson/f9fd5394e7addf962aabd29ff68b5035/raw/a65218b404fd6fee5dbabb12f506180e2c9a22ea/model.py -o model.py -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment