@@ -45,9 +45,8 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
45
45
46
46
| Tag(s) | Pytorch | IPEX | Driver | Jupyter Port | Dockerfile |
47
47
| --------------------- | -------- | ------------- | ------ | ------------ | --------------- |
48
- | ` xpu-jupyter ` | [ v2.1.0] | [ v2.1.30+xpu] | [ 803] | ` 8888 ` | [ v0.4.0-Beta] |
49
- | ` 2.1.20-xpu-pip-base ` | [ v2.1.0] | [ v2.1.20+xpu] | [ 803] | ` 8888 ` | [ v0.3.4] |
50
- | ` 2.1.10-xpu-pip-base ` | [ v2.1.0] | [ v2.1.10+xpu] | [ 736] | ` 8888 ` | [ v0.3.4] |
48
+ | ` 2.1.20-xpu-pip-jupyter ` | [ v2.1.0] | [ v2.1.20+xpu] | [ 803] | ` 8888 ` | [ v0.3.4] |
49
+ | ` 2.1.10-xpu-pip-jupyter ` | [ v2.1.0] | [ v2.1.10+xpu] | [ 736] | ` 8888 ` | [ v0.2.3] |
51
50
52
51
### Run the XPU Jupyter Container
53
52
@@ -58,7 +57,7 @@ docker run -it --rm \
58
57
--device /dev/dri \
59
58
-v /dev/dri/by-path:/dev/dri/by-path \
60
59
--ipc=host \
61
- intel/intel-extension-for-pytorch:xpu-jupyter
60
+ intel/intel-extension-for-pytorch:2.1.20- xpu-pip -jupyter
62
61
```
63
62
64
63
After running the command above, copy the URL (something like ` http://127.0.0.1:$PORT/?token=*** ` ) into your browser to access the notebook server.
@@ -280,6 +279,21 @@ The images below additionally include [Intel® oneAPI Collective Communications
280
279
| `2.1.0-idp-mulitnode` | [v2.1.0] | [v2.1.0+cpu] | [v2.1.0][ccl-v2.1.0] | [v2.3.1] | [v0.2.3] |
281
280
| `2.0.0-idp-multinode` | [v2.0.0] | [v2.0.0+cpu] | [v2.0.0][ccl-v2.0.0] | [v2.1.1] | [v0.1.0] |
282
281
282
+ ## XPU images with Intel® Distribution for Python*
283
+
284
+ The images below are built only with CPU and GPU optimizations and include [Intel® Distribution for Python*]:
285
+
286
+ | Tag(s) | Pytorch | IPEX | Driver | Dockerfile |
287
+ | ---------------- | -------- | ------------ | -------- | ------ |
288
+ | `2.1.10-xpu-idp-base` | [v2.1.0] | [v2.1.10+xpu] | [736] | [v0.2.3] |
289
+
290
+ The images below additionally include [Jupyter Notebook](https://jupyter.org/) server:
291
+
292
+ | Tag(s) | Pytorch | IPEX | Driver | Jupyter Port | Dockerfile |
293
+ | --------------------- | -------- | ------------- | ------ | ------------ | --------------- |
294
+ | `2.1.20-xpu-idp-jupyter` | [v2.1.0] | [v2.1.20+xpu] | [803] | `8888` | [v0.3.4] |
295
+ | `2.1.10-xpu-idp-jupyter` | [v2.1.0] | [v2.1.10+xpu] | [736] | `8888` | [v0.2.3] |
296
+
283
297
## Build from Source
284
298
285
299
To build the images from source, clone the [Intel® AI Containers](https://github.com/intel/ai-containers) repository, follow the main `README.md` file to setup your environment, and run the following command:
0 commit comments