Skip to content

Commit 8f16238

Browse files
author
Bhanu Teja Goshikonda
committed
updated awscli and bot3 versions in gpu to 1.42.61 to match those in cpu
1 parent 0620e08 commit 8f16238

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pytorch/training/docker/2.7/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ RUN pip install --no-cache-dir -U torch==${PYTORCH_VERSION} \
327327

328328
# Install SM packages
329329
RUN pip install --no-cache-dir -U \
330-
# address package regression caused by smclarify depedency s3fs"
330+
# address package regression caused by smclarify depedency s3fs"
331331
"awscli<=1.42.61" \
332332
"boto3<=1.40.61" \
333333
smclarify \

pytorch/training/docker/2.7/py3/cu128/Dockerfile.gpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ RUN chmod +x /usr/local/bin/start_with_right_hostname.sh
199199
# Install SM packages
200200
RUN pip install --no-cache-dir -U \
201201
# address package regression caused by smclarify depedency s3fs"
202-
"awscli<=1.42.60" \
203-
"boto3<=1.40.60" \
202+
"awscli<=1.42.61" \
203+
"boto3<=1.40.61" \
204204
smclarify \
205205
"sagemaker>=2.9.0,<3" \
206206
"sagemaker-experiments<1" \

0 commit comments

Comments
 (0)