Skip to content

Commit 4e2c069

Browse files
author
Bhanu Teja Goshikonda
committed
fix: pin setuptools to 81.0.0 for pkg_resources compatibility
1 parent a67b5b1 commit 4e2c069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ RUN pip install --no-cache-dir \
186186
"idna>=3.7" \
187187
"tqdm>=4.66.3" \
188188
"requests>=2.32.0" \
189-
"setuptools>=80.10.1" \
189+
"setuptools==81.0.0" \
190190
"urllib3>=2.5.0" \
191191
"awscli" \
192192
opencv-python==4.11.0.86 \

pytorch/training/docker/2.10/py3/cu130/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN pip install --no-cache-dir \
105105
"idna>=3.7" \
106106
"tqdm>=4.66.3" \
107107
"requests>=2.32.0" \
108-
"setuptools>=80.10.1" \
108+
"setuptools==81.0.0" \
109109
"urllib3>=2.5.0" \
110110
ninja \
111111
opencv-python==4.11.0.86 \

0 commit comments

Comments
 (0)