Skip to content

Commit 6af2f67

Browse files
authored
Fix Docker image commands in README_GAUDI.md (#871)
<!--- pyml disable-next-line no-emphasis-as-heading -->
1 parent 3b4b257 commit 6af2f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_GAUDI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Refer to the [Intel Gaudi documentation](https://docs.habana.ai/en/latest/Instal
5252
Use the following commands to run a Docker image. Make sure to update the versions below as listed in the [Support Matrix](https://docs.habana.ai/en/latest/Support_Matrix/Support_Matrix.html):
5353

5454
```{.console}
55-
$ docker pull vault.habana.ai/gaudi-docker/1.19.0/ubuntu22.04/habanalabs/pytorch-installer-2.5.1:latest
56-
$ docker run -it --runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice --net=host --ipc=host vault.habana.ai/gaudi-docker/1.19.0/ubuntu22.04/habanalabs/pytorch-installer-2.5.1:latest
55+
$ docker pull vault.habana.ai/gaudi-docker/1.20.0/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest
56+
$ docker run -it --runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice --net=host --ipc=host vault.habana.ai/gaudi-docker/1.20.0/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest
5757
```
5858

5959
### Build and Install vLLM

0 commit comments

Comments
 (0)