File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,3 @@ setuptools>=78.1.1
11
11
protobuf>=4.25.8
12
12
# WAR against https://github.com/advisories/GHSA-33p9-3p43-82vq
13
13
jupyter-core>=5.8.1
14
- # WAR against https://github.com/advisories/GHSA-xg8h-j46f-w952
15
- pillow==11.3.0
Original file line number Diff line number Diff line change @@ -77,14 +77,12 @@ RUN pip3 install opencv-python-headless --force-reinstall --no-deps --no-cache-d
77
77
# * https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
78
78
# * https://github.com/advisories/GHSA-8qvm-5x2c-j2w7
79
79
# * https://github.com/advisories/GHSA-33p9-3p43-82vq
80
- # * https://github.com/advisories/GHSA-xg8h-j46f-w952
81
80
RUN pip3 install --upgrade --no-cache-dir \
82
81
"h11>=0.16" \
83
82
"tornado>=6.5.0" \
84
83
"setuptools>=78.1.1,<80" \
85
84
"protobuf>=4.25.8" \
86
- "jupyter-core>=5.8.1" \
87
- "pillow==11.3.0"
85
+ "jupyter-core>=5.8.1"
88
86
89
87
FROM ${TRITON_IMAGE}:${TRITON_BASE_TAG} AS triton
90
88
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ nvidia-cuda-nvrtc-cu12
31
31
transformers == 4.53.1
32
32
pydantic >= 2.9.1
33
33
pydantic-settings
34
- pillow == 11 .3.0
34
+ pillow == 10 .3.0
35
35
wheel <= 0.45.1
36
36
optimum
37
37
# evaluate needs datasets>=2.0.0 which triggers datasets>3.1.0 which is not stable: https://github.com/huggingface/datasets/issues/7467
You can’t perform that action at this time.
0 commit comments