File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 43
43
{
44
44
"fname" : " ./workflows/README.md" ,
45
45
"repo-name" : " intel/ai-workflows"
46
+ },
47
+ {
48
+ "fname" : " ./jax/README.md" ,
49
+ "repo-name" : " intel/intel-optimized-xla"
46
50
}
47
51
]
48
52
}
Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ The images below include [JAX\*] and [Intel® Extension for OpenXLA\*].
10
10
| -------------------------- | --------- | ----------------- | -------- | --------------- |
11
11
| ` 0.4.0-pip-base ` , ` latest ` | [ v0.4.32] | [ v0.4.0-jax] | [ v0.9.0] | [ v0.4.0] |
12
12
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
+
13
25
The images below additionally include [ Jupyter Notebook] ( https://jupyter.org/ ) server:
14
26
15
27
| Tag(s) | [ JAX\* ] | [ Intel® Extension for OpenXLA\* ] | [ Flax] | Dockerfile |
@@ -20,6 +32,8 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
20
32
21
33
``` bash
22
34
docker run -it --rm \
35
+ --device /dev/dri \
36
+ -v /dev/dri/by-path:/dev/dri/by-path \
23
37
-p 8888:8888 \
24
38
--net=host \
25
39
-v $PWD /workspace:/workspace \
You can’t perform that action at this time.
0 commit comments