File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55version : &VERSION 2.8.0
66short_version : &SHORT_VERSION "2.8"
77arch_type : x86
8- autopatch_build : " True"
8+ # autopatch_build: "True"
99
1010repository_info :
1111 training_repository : &TRAINING_REPOSITORY
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ WORKDIR /
287287# Install SM packages
288288RUN 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 \
Original file line number Diff line number Diff 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
266266RUN pip install --no-cache-dir -U \
You can’t perform that action at this time.
0 commit comments