Skip to content

Commit b515ac3

Browse files
modify pins
1 parent 43bc0d2 commit b515ac3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tensorflow/training/docker/2.19/py3/Dockerfile.cpu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ RUN uv pip install --system --no-cache \
287287
# Use --no-build-isolation to ensure pandas 1.5.3 can access pkg_resources during build
288288
RUN uv pip install --system --no-cache --no-build-isolation \
289289
"sagemaker<3" \
290-
sagemaker-experiments==0.1.45 \
291-
sagemaker-tensorflow-training==20.4.1 \
292-
sagemaker-training==4.8.4 \
290+
sagemaker-experiments \
291+
sagemaker-tensorflow-training \
292+
sagemaker-training \
293293
y-py \
294294
sagemaker-studio-analytics-extension==0.1.4 \
295295
"sparkmagic==0.21.0" \

tensorflow/training/docker/2.19/py3/cu125/Dockerfile.gpu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ RUN uv pip install --system --no-cache \
359359
# Use --no-build-isolation to ensure pandas 1.5.3 can access pkg_resources during build
360360
RUN uv pip install --system --no-cache --no-build-isolation \
361361
"sagemaker<3" \
362-
sagemaker-experiments==0.1.45 \
363-
sagemaker-tensorflow-training==20.4.1 \
364-
sagemaker-training==4.8.4 \
362+
sagemaker-experiments \
363+
sagemaker-tensorflow-training \
364+
sagemaker-training \
365365
y-py \
366366
sagemaker-studio-analytics-extension==0.1.4 \
367367
"sparkmagic==0.21.0" \

0 commit comments

Comments
 (0)