Skip to content

Commit 70ab7e6

Browse files
author
Bhanu Teja Goshikonda
committed
added boto3 package
1 parent c6e4908 commit 70ab7e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ RUN pip install --no-cache-dir -U torch==${PYTORCH_VERSION} \
324324

325325
# Install SM packages
326326
RUN pip install --no-cache-dir -U \
327+
# address package regression caused by smclarify depedency s3fs"
328+
"boto3<=1.40.60" \
327329
smclarify \
328330
"sagemaker>=2.9.0,<3" \
329331
"sagemaker-experiments<1" \

0 commit comments

Comments
 (0)