Skip to content

Instantly share code, notes, and snippets.

@aolney
Created September 29, 2019 15:45
Show Gist options
  • Save aolney/78777ea7f081d1f5f5111053e9594812 to your computer and use it in GitHub Desktop.
Save aolney/78777ea7f081d1f5f5111053e9594812 to your computer and use it in GitHub Desktop.
Spacy docker launcher
#!/bin/bash
sudo docker run --restart always -p 8001:80 aolney/spacyapi:en_v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment