diff --git a/docs/source/docker_launch.md b/docs/source/docker_launch.md index 0ece34ad..9f1c89fb 100644 --- a/docs/source/docker_launch.md +++ b/docs/source/docker_launch.md @@ -1,6 +1,8 @@ # Launching with Docker -The easiest way of getting started is using the official Docker container: +The easiest way of getting started is using the official Docker container. Install Docker following [their installation instructions](https://docs.docker.com/get-docker/). + +Let's say you want to deploy [Falcon-7B Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) model with TGI. Here is an example on how to do that: ```shell model=tiiuae/falcon-7b-instruct