Skip to content

Commit 7d8e24e

Browse files
author
DevakiBolleneni
committed
add sniffio explicitly & rerun
1 parent 55b15e3 commit 7d8e24e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
291293
RUN pip install --no-cache-dir -U \

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
259261
RUN pip install --no-cache-dir -U \

0 commit comments

Comments
 (0)