Skip to content

DukeAML/chatbot-dihi

Repository files navigation

Chatbot Moderator

Chatbot Moderator provides ....

Please refer to the following documents for details:

Developing

Please refer to the server's README for details about developing the server web-app.

Deploying

Docker Compose can be used to build and deploy the solution.

./run-docker.sh

  • run-docker.sh echos instructions for creating self-signed certificates to STDOUT.

If the build fails due to a DNS error while installing dependencies with Pipenv you should ensure that additional DNS settings have been configured for Docker.

{
    "dns": ["8.8.8.8", "152.3.72.100", "152.3.70.100"]
}
$ sudo service docker restart

Copyright 2020, Duke Institute for Health Innovation (DIHI), Duke University School of Medicine, Durham NC. All Rights Reserved.