Skip to content

Instantly share code, notes, and snippets.

@awmatheson
Created November 30, 2018 02:43
Show Gist options
  • Save awmatheson/bc22d9ff72d6645beb1729abeacdb56a to your computer and use it in GitHub Desktop.
Save awmatheson/bc22d9ff72d6645beb1729abeacdb56a to your computer and use it in GitHub Desktop.
#!/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