BotSharp/BotSharp.MachineLearning/SpaCy
2018-08-14 17:21:09 -05:00
..
Dockerfile update botsharp dockerfile and add spaCy dockerfile. 2018-08-13 17:14:19 -05:00
README.md update botsharp dockerfile and add spaCy dockerfile. 2018-08-13 17:14:19 -05:00
server.py Support import rasa nlu training data format. 2018-08-14 17:21:09 -05:00

PS D:\> cd D:\BotSharp\BotSharp.MachineLearning\SpaCy
PS D:\BotSharp\BotSharp.MachineLearning\SpaCy> docker build -t spacy .
docker run -it -p 5005:5005 spacy
PS D:\BotSharp\> docker exec -it CONTAINER_ID bash