We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d2746 commit 0316967Copy full SHA for 0316967
pytorch/training/docker/2.8/py3/Dockerfile.cpu
@@ -287,7 +287,7 @@ WORKDIR /
287
# Install SM packages
288
RUN pip install --no-cache-dir -U \
289
smclarify \
290
- "sagemaker<3" \
+ "sagemaker>2.256,<3" \
291
sagemaker-experiments \
292
sagemaker-pytorch-training \
293
sagemaker-training \
pytorch/training/docker/2.8/py3/cu129/Dockerfile.gpu
@@ -255,7 +255,7 @@ RUN pip install --no-cache-dir -U \
255
"awscli<1.42.50" \
256
"boto3<1.40.50" \
257
258
259
260
261
0 commit comments