Skip to content

Commit b5065c0

Browse files
committed
doc(dgx spark): Add dgx spark docker
1 parent a96bdfc commit b5065c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/user_guide/install.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,16 @@ For Linux+GPU devices, Parallax provides a docker environment for quick setup. C
7878
|:-------------|:----------------------------|:----------------------------|
7979
|Blackwell | RTX50 series/B100/B200... |```docker pull gradientservice/parallax:latest-blackwell```|
8080
|Ampere/Hopper | RTX30 series/RTX40 series/A100/H100... |```docker pull gradientservice/parallax:latest-hopper```|
81+
|DGX Spark | GB10 |```docker pull gradientservice/parallax:spark-spark```|
8182

8283
Run a docker container as below. Please note that generally the argument ```--gpus all``` is necessary for the docker to run on GPUs.
8384
```sh
8485
# For Blackwell
8586
docker run -it --gpus all --network host gradientservice/parallax:latest-blackwell bash
8687
# For Ampere/Hopper
8788
docker run -it --gpus all --network host gradientservice/parallax:latest-hopper bash
89+
# For DGX Spark
90+
docker run -it --gpus all --network host gradientservice/parallax:spark-spark bash
8891
```
8992
The container starts under parallax workspace and you should be able to run parallax directly.
9093

0 commit comments

Comments
 (0)