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
1111protobuf>=4.25.8
1212# WAR against https://github.com/advisories/GHSA-33p9-3p43-82vq
1313jupyter-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
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
8180RUN 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
8987FROM ${TRITON_IMAGE}:${TRITON_BASE_TAG} AS triton
9088
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ nvidia-cuda-nvrtc-cu12
3131transformers == 4.53.1
3232pydantic >= 2.9.1
3333pydantic-settings
34- pillow == 11 .3.0
34+ pillow == 10 .3.0
3535wheel <= 0.45.1
3636optimum
3737# 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