Skip to content

Commit 8c271d5

Browse files
author
tylertitsworth
committed
pub jax
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 6a7e63c commit 8c271d5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/dockerhub-readmes.json

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
{
4444
"fname": "./workflows/README.md",
4545
"repo-name": "intel/ai-workflows"
46+
},
47+
{
48+
"fname": "./jax/README.md",
49+
"repo-name": "intel/intel-optimized-xla"
4650
}
4751
]
4852
}

jax/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ The images below include [JAX\*] and [Intel® Extension for OpenXLA\*].
1010
| -------------------------- | --------- | ----------------- | -------- | --------------- |
1111
| `0.4.0-pip-base`, `latest` | [v0.4.32] | [v0.4.0-jax] | [v0.9.0] | [v0.4.0] |
1212

13+
### Run the Container
14+
15+
```bash
16+
docker run -it --rm \
17+
--device /dev/dri \
18+
-v /dev/dri/by-path:/dev/dri/by-path \
19+
--net=host \
20+
-v $PWD/workspace:/workspace \
21+
-w /workspace \
22+
intel/intel-optimized-xla:latest
23+
```
24+
1325
The images below additionally include [Jupyter Notebook](https://jupyter.org/) server:
1426

1527
| Tag(s) | [JAX\*] | [Intel® Extension for OpenXLA\*] | [Flax] | Dockerfile |
@@ -20,6 +32,8 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
2032

2133
```bash
2234
docker run -it --rm \
35+
--device /dev/dri \
36+
-v /dev/dri/by-path:/dev/dri/by-path \
2337
-p 8888:8888 \
2438
--net=host \
2539
-v $PWD/workspace:/workspace \

0 commit comments

Comments
 (0)