Created
September 29, 2019 15:45
-
-
Save aolney/78777ea7f081d1f5f5111053e9594812 to your computer and use it in GitHub Desktop.
Spacy docker launcher
This file contains 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 | |
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