Skip to content

Commit db4b83f

Browse files
author
Bhanu Teja Goshikonda
committed
added boto3 without any specific pin
1 parent 47390e4 commit db4b83f

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 \
327329
smclarify \
328330
"sagemaker>=2.9.0,<3" \
329331
"sagemaker-experiments<1" \

0 commit comments

Comments
 (0)