Skip to content

Update docs/source/en/custom_container.md #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backends/python/server/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and
wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
transformers==4.40.0 ; python_version >= "3.9" and python_version < "3.13"
pyrsistent==0.20.0 ; python_version >= "3.9" and python_version < "3.13"
einops==0.8.0 ; python_version >= "3.9" and python_version < "3.13"
einops==0.8.0 ; python_version >= "3.9" and python_version < "3.13"
3 changes: 3 additions & 0 deletions docs/source/en/custom_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Once you have determined the compute capability is determined, set it as the `ru
the container as shown in the example below:

```shell
# Get submodule dependencies
git submodule update --init

runtime_compute_cap=80

docker build . -f Dockerfile-cuda --build-arg CUDA_COMPUTE_CAP=$runtime_compute_cap
Expand Down
2 changes: 1 addition & 1 deletion docs/source/en/intel_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ docker pull ghcr.io/huggingface/text-embeddings-inference:xpu-ipex-latest
To use the prebuilt image optimized for Intel® HPUs (Gaudi), run:
```shell
docker pull ghcr.io/huggingface/text-embeddings-inference:hpu-latest
```
```
Loading