We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441d7cf commit f057b04Copy full SHA for f057b04
Dockerfile.QA
@@ -1,4 +1,4 @@
1
-# Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2018-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
#
3
# Redistribution and use in source and binary forms, with or without
4
# modification, are permitted provided that the following conditions
@@ -346,7 +346,7 @@ RUN rm -f /usr/bin/python && \
346
ln -s /usr/bin/python3 /usr/bin/python
347
348
RUN pip3 install --upgrade "numpy<2" pillow attrdict future "grpcio<1.68" requests gsutil \
349
- awscli six "grpcio-channelz<1.68" prettytable virtualenv \
+ "awscli<=1.36.40" six "grpcio-channelz<1.68" prettytable virtualenv \
350
check-jsonschema
351
352
# go needed for example go client test.
0 commit comments