You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/stable/getting_started/docker_quickstart.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ sidebar_position: 2
4
4
5
5
# Docker Quickstart Guide
6
6
7
-
This guide shows how to quickly set up a local ServerlessLLM cluster using Docker Compose. We will start a cluster with a head node and two worker nodes, deploy and query a model using the `sllm-cli`.
7
+
This guide shows how to quickly set up a local ServerlessLLM cluster using Docker Compose. We will start a minimal cluster with a head node and one worker node, deploy and query a model using the `sllm-cli`.
8
8
9
9
## Pre-requisites
10
10
11
11
Before you begin, make sure you have the following:
12
12
13
13
1.**Docker**: Installed on your system. You can download it from [here](https://docs.docker.com/get-docker/).
14
14
2.**ServerlessLLM CLI**: Installed on your system. You can install it using `pip install serverless-llm`.
15
-
1.**GPUs**: At least 2 NVIDIA GPUs are necessary. If you have more GPUs, you can adjust the `docker-compose.yml` file accordingly.
15
+
1.**GPUs**: At least one NVIDIA GPU is necessary. If you have more GPUs, you can adjust the `docker-compose.yml` file accordingly.
16
16
2.**NVIDIA Docker Toolkit**: This allows Docker to use NVIDIA GPUs. Follow the installation guide [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html).
0 commit comments