Skip to content

Commit 196cc52

Browse files
authored
TRI-837: quick fix, installaing defined version of PIP module (#8710) (#8711)
1 parent 0545642 commit 196cc52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
13591359
libb64-devel \\
13601360
gperftools-devel \\
13611361
wget \\
1362-
python3-pip \\
1362+
python3.12-pip \\
13631363
numactl-devel
13641364
13651365
RUN pip3 install patchelf==0.17.2

0 commit comments

Comments
 (0)