We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cc4fc commit 0b6dccfCopy full SHA for 0b6dccf
pytorch/training/docker/2.7/py3/cu128/Dockerfile.gpu
@@ -196,8 +196,8 @@ RUN chmod +x /usr/local/bin/start_with_right_hostname.sh
196
# Install SM packages
197
RUN pip install --no-cache-dir -U \
198
# address package regression caused by smclarify depedency s3fs"
199
- "awscli<1.42.50" \
200
- "boto3<1.40.50" \
+ "awscli<=1.42.60" \
+ "boto3<=1.40.60" \
201
smclarify \
202
"sagemaker>=2.9.0,<3" \
203
"sagemaker-experiments<1" \
0 commit comments