From 00c697e5872027b3eba9f96452714007db204d61 Mon Sep 17 00:00:00 2001 From: osanseviero Date: Tue, 8 Aug 2023 18:47:03 +0200 Subject: [PATCH] Add some intro text + docker installation link before code snippet --- docs/source/docker_launch.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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