File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,8 @@ ARG GID=109
320
320
RUN groupadd -g ${GID} render &&\
321
321
usermod -aG video,render model-server
322
322
323
+ RUN python -m pip install pip==23.3 setuptools==70.0.0
324
+
323
325
USER model-server
324
326
325
327
WORKDIR /home/model-server
Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ services:
183
183
dependency.apt.openjdk-17-jdk : true
184
184
dependency.apt.xpu-smi : ${XPU_SMI_VERSION:-1.2.38}
185
185
dependency.idp : false
186
+ dependency.pip.pip : 23.3
187
+ dependency.pip.setuptools : 70.0.0
186
188
dependency.python.pip : serving/torchserve-xpu-requirements.txt
187
189
docs : serving
188
190
org.opencontainers.base.name : " intel/python:3.10-core"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ torchvision==0.18.1+cxx11.abi
3
3
torchaudio==2.3.1+cxx11.abi
4
4
intel_extension_for_pytorch==2.3.110+xpu
5
5
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us
6
- numpy==1.26.4
6
+ numpy==2.1.1
7
7
captum>=0.7.0
8
8
cython>=3.0.10
9
9
pynvml>=11.5.0
@@ -12,3 +12,5 @@ pyyaml>=6.0.1
12
12
torch-model-archiver==0.11.1
13
13
torch-workflow-archiver==0.2.14
14
14
torchserve==0.11.1
15
+ pip==23.3
16
+ setuptools==70.0.0
You can’t perform that action at this time.
0 commit comments