We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc36343 commit dd65cecCopy full SHA for dd65cec
pytorch/training/docker/2.7/py3/Dockerfile.cpu
@@ -328,8 +328,8 @@ RUN pip install --no-cache-dir -U torch==${PYTORCH_VERSION} \
328
# Install SM packages
329
RUN pip install --no-cache-dir -U \
330
# address package regression caused by smclarify depedency s3fs"
331
- "awscli<=1.42.61" \
332
- "boto3<=1.40.61" \
+ "awscli<=1.42.60" \
+ "boto3<=1.40.60" \
333
smclarify \
334
"sagemaker>=2.9.0,<3" \
335
"sagemaker-experiments<1" \
0 commit comments