diff --git a/docker/README.md b/docker/README.md index 9ffa3bf..090d1c7 100644 --- a/docker/README.md +++ b/docker/README.md @@ -29,7 +29,7 @@ DEEPQA_WORKDIR= docker-compose -f deploy.yml up DEEPQA_WORKDIR= nvidia-docker-compose -f deploy.yml up ``` -After the server is launched, you should be able to speak with the ChatBot at http://localhost:8000/. +After the server is launched, you should be able to speak with the ChatBot at [http://localhost:8000/](http://localhost:8000/). **Note**: You can also train a model with the previous command by replacing `deploy.yml` by `train.yml`.