Skip to content

Commit 3debec3

Browse files
committed
unpin sagemaker
1 parent 6a9502d commit 3debec3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pytorch/training/buildspec-2-8-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55
version: &VERSION 2.8.0
66
short_version: &SHORT_VERSION "2.8"
77
arch_type: x86
8-
autopatch_build: "True"
8+
# autopatch_build: "True"
99

1010
repository_info:
1111
training_repository: &TRAINING_REPOSITORY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ WORKDIR /
287287
# Install SM packages
288288
RUN pip install --no-cache-dir -U \
289289
smclarify \
290-
"sagemaker==2.254.1" \
290+
sagemaker \
291291
sagemaker-experiments \
292292
sagemaker-pytorch-training \
293293
sagemaker-training \

pytorch/training/docker/2.8/py3/cu129/Dockerfile.gpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ RUN pip install --no-cache-dir -U \
255255
"awscli<1.42.50" \
256256
"boto3<1.40.50" \
257257
smclarify \
258-
"sagemaker==2.254.1" \
258+
sagemaker \
259259
sagemaker-experiments \
260260
sagemaker-pytorch-training \
261261
sagemaker-training \
262262
# Add sniffio explicitly as it's not included in sagemaker==2.254.1 dependencies
263-
sniffio
263+
sniffio
264264

265265
# Install extra packages
266266
RUN pip install --no-cache-dir -U \

0 commit comments

Comments
 (0)