Update README.md
Browse files
README.md
CHANGED
|
@@ -149,7 +149,7 @@ To check:
|
|
| 149 |
python -c "import mistral_common; print(mistral_common.__version__)"
|
| 150 |
```
|
| 151 |
|
| 152 |
-
You can also make use of a ready-to-go [docker image](https://github.com/vllm-project/vllm/
|
| 153 |
|
| 154 |
#### Serve
|
| 155 |
|
|
|
|
| 149 |
python -c "import mistral_common; print(mistral_common.__version__)"
|
| 150 |
```
|
| 151 |
|
| 152 |
+
You can also make use of a ready-to-go [docker image](https://github.com/vllm-project/vllm/tree/main/docker) or on the [docker hub](https://hub.docker.com/layers/vllm/vllm-openai/latest/images).
|
| 153 |
|
| 154 |
#### Serve
|
| 155 |
|