File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
pytorch/training/docker/2.8/py3 Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,9 @@ RUN pip install --no-cache-dir -U \
285285 "sagemaker==2.254.1" \
286286 sagemaker-experiments \
287287 sagemaker-pytorch-training \
288- sagemaker-training
288+ sagemaker-training \
289+ # Add sniffio explicitly as it's not included in sagemaker==2.254.1 dependencies
290+ sniffio
289291
290292# Install extra packages
291293RUN pip install --no-cache-dir -U \
Original file line number Diff line number Diff line change @@ -253,7 +253,9 @@ RUN pip install --no-cache-dir -U \
253253 "sagemaker==2.254.1" \
254254 sagemaker-experiments \
255255 sagemaker-pytorch-training \
256- sagemaker-training
256+ sagemaker-training \
257+ # Add sniffio explicitly as it's not included in sagemaker==2.254.1 dependencies
258+ sniffio
257259
258260# Install extra packages
259261RUN pip install --no-cache-dir -U \
You can’t perform that action at this time.
0 commit comments