Add some intro text + docker installation link before code snippet

This commit is contained in:
osanseviero 2023-08-08 18:47:03 +02:00
parent 83c93f352a
commit 00c697e587

View File

@ -1,6 +1,8 @@
# Launching with Docker # 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 ```shell
model=tiiuae/falcon-7b-instruct model=tiiuae/falcon-7b-instruct