Skip to content

Commit f057b04

Browse files
authored
ci: Pin awscli version due to botocore incompatibility to fix L0_storage_swiftstack (#7965)
1 parent 441d7cf commit f057b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.QA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2018-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -346,7 +346,7 @@ RUN rm -f /usr/bin/python && \
346346
ln -s /usr/bin/python3 /usr/bin/python
347347

348348
RUN pip3 install --upgrade "numpy<2" pillow attrdict future "grpcio<1.68" requests gsutil \
349-
awscli six "grpcio-channelz<1.68" prettytable virtualenv \
349+
"awscli<=1.36.40" six "grpcio-channelz<1.68" prettytable virtualenv \
350350
check-jsonschema
351351

352352
# go needed for example go client test.

0 commit comments

Comments
 (0)