Skip to content

Commit 2cec7af

Browse files
authored
update jinja2 to 3.1.6 (#5405)
1 parent ee385e5 commit 2cec7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.prebuilt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ARG INDEX_WHL_URL
9292
ARG IPEX_WHL_URL
9393

9494
RUN python -m pip install numpy \
95-
jinja2==3.1.5
95+
jinja2==3.1.6
9696

9797
RUN python -m pip install torch==${TORCH_VERSION}\
9898
torchvision==${TORCHVISION_VERSION} \

0 commit comments

Comments
 (0)