Skip to content

Commit 094d857

Browse files
feat: Update Docker readme (#5536)
* Update Docker readme * Update wording --------- Co-authored-by: agnieszka-m <amarzec13@gmail.com>
1 parent d73d443 commit 094d857

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docker/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ docker run -p 8000:8000 --network="host" deepset/haystack
1919

2020
## Image Variants
2121

22-
The Docker image comes in four variants:
22+
The Docker image comes in six variants:
2323
- `haystack:gpu-<version>` contains Haystack dependencies as well as what's needed to run the REST API and UI. It comes with the CUDA runtime and is capable of running on GPUs.
24+
- `haystack:cpu-remote-inference-<version>` is a slimmed down version of the CPU image with the REST API and UI. It is specifically designed for PromptNode inferencing using remotely hosted models, such as Hugging Face Inference, OpenAI, Cohere, Anthropic, and similar.
2425
- `haystack:cpu-<version>` contains Haystack dependencies as well as what's needed to run the REST API and UI. It has no support for GPU so must be run on CPU.
25-
- `haystack:base-gpu-<version>` only contains the Haystack dependencies. It comes with the CUDA runtime and is capable of running on GPUs.
26+
- `haystack:base-gpu-<version>` only contains the Haystack dependencies. It comes with the CUDA runtime and can run on GPUs.
27+
- `haystack:base-cpu-remote-inference-<version>` is a slimmed down version of the CPU image, specifically designed for PromptNode inferencing using remotely hosted models, such as Hugging Face Inference, OpenAI, Cohere, Anthropic, and similar.
2628
- `haystack:base-cpu-<version>` only contains the Haystack dependencies. It has no support for GPU so must be run on CPU.
2729

2830
## Image Development

0 commit comments

Comments
 (0)