Skip to content

Commit 8cbb97c

Browse files
committed
Update images
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 1d6bc04 commit 8cbb97c

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

constraints.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ setuptools>=78.1.1
1111
protobuf>=4.25.8
1212
# WAR against https://github.com/advisories/GHSA-33p9-3p43-82vq
1313
jupyter-core>=5.8.1
14-
# WAR against https://github.com/advisories/GHSA-xg8h-j46f-w952
15-
pillow==11.3.0

docker/Dockerfile.multi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,12 @@ RUN pip3 install opencv-python-headless --force-reinstall --no-deps --no-cache-d
7777
# * https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
7878
# * https://github.com/advisories/GHSA-8qvm-5x2c-j2w7
7979
# * https://github.com/advisories/GHSA-33p9-3p43-82vq
80-
# * https://github.com/advisories/GHSA-xg8h-j46f-w952
8180
RUN pip3 install --upgrade --no-cache-dir \
8281
"h11>=0.16" \
8382
"tornado>=6.5.0" \
8483
"setuptools>=78.1.1,<80" \
8584
"protobuf>=4.25.8" \
86-
"jupyter-core>=5.8.1" \
87-
"pillow==11.3.0"
85+
"jupyter-core>=5.8.1"
8886

8987
FROM ${TRITON_IMAGE}:${TRITON_BASE_TAG} AS triton
9088

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ nvidia-cuda-nvrtc-cu12
3131
transformers==4.53.1
3232
pydantic>=2.9.1
3333
pydantic-settings
34-
pillow==11.3.0
34+
pillow==10.3.0
3535
wheel<=0.45.1
3636
optimum
3737
# evaluate needs datasets>=2.0.0 which triggers datasets>3.1.0 which is not stable: https://github.com/huggingface/datasets/issues/7467

0 commit comments

Comments
 (0)