Skip to content

Commit 18806f1

Browse files
authored
[Docker] update stack versions for itex 2.15.0.1 release (#2720)
1 parent ffa38b7 commit 18806f1

File tree

6 files changed

+51
-15
lines changed

6 files changed

+51
-15
lines changed

docker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ wget <download link from https://pypi.org/project/intel-optimization-for-horovod
3131
### I. Customize Build Script
3232
We provide [build.sh](./build.sh) as the Docker container build script. The OS version and some software versions (such as Python and TensorFlow) are hard coded inside the script. If you're using a different version, you can edit this script.
3333

34-
For example, to build a Docker container with Python 3.10 and TensorFlow 2.15 on an Ubuntu 22.04 layer, update [build.sh](./build.sh) as shown below.
34+
For example, to build a Docker container with Python 3.10 and TensorFlow 2.15.1 on an Ubuntu 22.04 layer, update [build.sh](./build.sh) as shown below.
3535

3636
```bash
3737
IMAGE_NAME=intel-extension-for-tensorflow:cpu-ubuntu
3838
docker build --build-arg UBUNTU_VERSION=22.04 \
3939
--build-arg PYTHON=python3.10 \
40-
--build-arg TF_VER=2.15 \
40+
--build-arg TF_VER=2.15.1 \
4141
--build-arg WHEELS=*.whl \
4242
-t $IMAGE_NAME \
4343
-f itex-cpu.Dockerfile .

docker/build.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ if [ $IMAGE_TYPE == "xpu" -o $IMAGE_TYPE == "gpu" ]
2121
then
2222
IMAGE_NAME=intel-extension-for-tensorflow:$IMAGE_TYPE
2323
docker build --no-cache --build-arg UBUNTU_VERSION=22.04 \
24-
--build-arg ICD_VER=23.43.27642.40-803~22.04 \
25-
--build-arg LEVEL_ZERO_GPU_VER=1.3.27642.40-803~22.04 \
24+
--build-arg ICD_VER=23.43.27642.50-803~22.04 \
25+
--build-arg LEVEL_ZERO_GPU_VER=1.3.27642.50-803~22.04 \
2626
--build-arg LEVEL_ZERO_VER=1.14.0-744~22.04 \
2727
--build-arg LEVEL_ZERO_DEV_VER=1.14.0-744~22.04 \
28-
--build-arg DPCPP_VER=2024.1.0-963 \
29-
--build-arg MKL_VER=2024.1.0-691 \
30-
--build-arg CCL_VER=2021.12.0-309 \
28+
--build-arg DPCPP_VER=2024.2.1-1079 \
29+
--build-arg MKL_VER=2024.2.1-103 \
30+
--build-arg CCL_VER=2021.13.1-31 \
3131
--build-arg PYTHON=python3.10 \
32-
--build-arg TF_VER=2.15 \
32+
--build-arg TF_VER=2.15.1 \
3333
--build-arg WHEELS=*.whl \
3434
-t $IMAGE_NAME \
3535
-f itex-xpu.Dockerfile .
3636
else
3737
IMAGE_NAME=intel-extension-for-tensorflow:$IMAGE_TYPE
3838
docker build --no-cache --build-arg UBUNTU_VERSION=22.04 \
3939
--build-arg PYTHON=python3.10 \
40-
--build-arg TF_VER=2.15 \
40+
--build-arg TF_VER=2.15.1 \
4141
--build-arg WHEELS=*.whl \
4242
-t $IMAGE_NAME \
4343
-f itex-cpu.Dockerfile .

docker/itex-cpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN pip --no-cache-dir install --upgrade \
5757
pip \
5858
setuptools
5959

60-
ARG TF_VER="2.15"
60+
ARG TF_VER="2.15.1"
6161

6262
RUN pip --no-cache-dir install tensorflow==${TF_VER}
6363

docker/itex-xpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN pip --no-cache-dir install --upgrade \
9696
pip \
9797
setuptools
9898

99-
ARG TF_VER="2.15"
99+
ARG TF_VER="2.15.1"
100100

101101
RUN pip --no-cache-dir install tensorflow==${TF_VER}
102102

tools/python/config.json

+40-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
3-
"latest_release": "2.15.0.0",
3+
"latest_release": "2.15.0.1",
44
"os_list" : [
55
"ubuntu",
66
"rhel",
@@ -15,6 +15,7 @@
1515
"2.13.0.0" : "20.04 22.04",
1616
"2.14.0.1" : "22.04",
1717
"2.15.0.0" : "22.04",
18+
"2.15.0.1" : "22.04",
1819
"latest" : "22.04"
1920
},
2021

@@ -25,6 +26,7 @@
2526
"2.13.0.0" : "8.6",
2627
"2.14.0.1" : "8.6 8.8 9.0 9.2",
2728
"2.15.0.0" : "8.6 8.8 8.9 9.0 9.2 9.3",
29+
"2.15.0.1" : "8.6 8.8 8.9 9.0 9.2 9.3",
2830
"latest" : "8.6 8.8 8.9 9.0 9.2 9.3"
2931
},
3032

@@ -35,6 +37,7 @@
3537
"2.13.0.0" : "15.3 15.4",
3638
"2.14.0.1" : "15.4 15.5",
3739
"2.15.0.0" : "15.4 15.5",
40+
"2.15.0.1" : "15.4 15.5",
3841
"latest" : "15.4 15.5"
3942
}
4043
},
@@ -46,6 +49,7 @@
4649
"2.13.0.0" : 8,
4750
"2.14.0.1" : 9,
4851
"2.15.0.0" : 9,
52+
"2.15.0.1" : 9,
4953
"latest" : 9
5054
},
5155
"max_python_version" : {
@@ -55,6 +59,7 @@
5559
"2.13.0.0" : 11,
5660
"2.14.0.1" : 11,
5761
"2.15.0.0" : 11,
62+
"2.15.0.1" : 11,
5863
"latest" : 11
5964
}
6065
},
@@ -66,7 +71,8 @@
6671
"2.13.0.0" : "2.13.0",
6772
"2.14.0.1" : "2.14.0",
6873
"2.15.0.0" : "2.15.0",
69-
"latest" : "2.15.0"
74+
"2.15.0.1" : "2.15.1",
75+
"latest" : "2.15.1"
7076
}
7177
},
7278
"intel_gpu_driver_list" : {
@@ -251,6 +257,32 @@
251257
"1.0.15468.20-803",
252258
"22.3.15-i803"
253259
]
260+
},
261+
"2.15.0.1" : {
262+
"ubuntu" : [
263+
"1.3.27642.50-803~22.04",
264+
"23.43.27642.50-803~22.04",
265+
"1.14.0-744~22.04",
266+
"1.0.15468.28-803~22.04",
267+
"1.0.15468.28-803~22.04",
268+
"22.3.15-803~22.04"
269+
],
270+
"rhel" : [
271+
"1.0.15468.28-803.el8",
272+
"1.0.15468.28-803.el8",
273+
"22.3.15-i803.el8",
274+
"23.43.27642.50-803.el8",
275+
"1.14.0-791.el8",
276+
"1.14.0-791.el8"
277+
],
278+
"sles" :[
279+
"1.3.27642.50-803",
280+
"23.43.27642.50-803",
281+
"1.14.0-i744",
282+
"1.0.15468.28-803",
283+
"1.0.15468.28-803",
284+
"22.3.15-i803"
285+
]
254286
}
255287
},
256288
"oneapi" : {
@@ -292,9 +324,13 @@
292324
"dpcpp" : "2024.1.0-963",
293325
"onemkl" : "2024.1.0-691"
294326
},
327+
"2.15.0.1" : {
328+
"dpcpp" : "2024.2.1-1079",
329+
"onemkl" : "2024.2.1-103"
330+
},
295331
"latest" : {
296-
"dpcpp" : "2024.1.0-963",
297-
"onemkl" : "2024.1.0-691"
332+
"dpcpp" : "2024.2.1-1079",
333+
"onemkl" : "2024.2.1-103"
298334
}
299335
},
300336
"tf_requirements" : [

0 commit comments

Comments
 (0)