Skip to content

Commit 24ba906

Browse files
alvarobarttNarsil
andauthored
Update docs/source/en/custom_container.md (#568)
Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
1 parent 3be749b commit 24ba906

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

backends/python/server/requirements-intel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and
4242
wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
4343
transformers==4.40.0 ; python_version >= "3.9" and python_version < "3.13"
4444
pyrsistent==0.20.0 ; python_version >= "3.9" and python_version < "3.13"
45-
einops==0.8.0 ; python_version >= "3.9" and python_version < "3.13"
45+
einops==0.8.0 ; python_version >= "3.9" and python_version < "3.13"

docs/source/en/custom_container.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Once you have determined the compute capability is determined, set it as the `ru
3737
the container as shown in the example below:
3838

3939
```shell
40+
# Get submodule dependencies
41+
git submodule update --init
42+
4043
runtime_compute_cap=80
4144

4245
docker build . -f Dockerfile-cuda --build-arg CUDA_COMPUTE_CAP=$runtime_compute_cap

docs/source/en/intel_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ docker pull ghcr.io/huggingface/text-embeddings-inference:xpu-ipex-latest
107107
To use the prebuilt image optimized for Intel® HPUs (Gaudi), run:
108108
```shell
109109
docker pull ghcr.io/huggingface/text-embeddings-inference:hpu-latest
110-
```
110+
```

0 commit comments

Comments
 (0)