File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tensorflow/training/docker/2.19/py3 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
288288RUN 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" \
Original file line number Diff line number Diff 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
360360RUN 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" \
You can’t perform that action at this time.
0 commit comments