Skip to content

Commit dad8bde

Browse files
author
Bhanu Teja Goshikonda
committed
remove setuptools pin
1 parent ea14af5 commit dad8bde

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==81.0.0" \
189+
"setuptools>=80.10.1" \
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==81.0.0" \
108+
"setuptools>=80.10.1" \
109109
"urllib3>=2.5.0" \
110110
ninja \
111111
opencv-python==4.11.0.86 \

0 commit comments

Comments
 (0)