Skip to content

Commit 37c18fe

Browse files
authored
update jinja2 to new version (#5387)
* update jinja2 to fix cve * remove whl copy
1 parent b3397a6 commit 37c18fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.prebuilt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ ARG ONECCL_BIND_PT_VERSION
9191
ARG INDEX_WHL_URL
9292
ARG IPEX_WHL_URL
9393

94-
RUN python -m pip install numpy
94+
RUN python -m pip install numpy \
95+
jinja2==3.1.5
9596

9697
RUN python -m pip install torch==${TORCH_VERSION}\
9798
torchvision==${TORCHVISION_VERSION} \

0 commit comments

Comments
 (0)