Skip to content

Commit a94e483

Browse files
author
Bhanu Teja Goshikonda
committed
Fix torch 2.10 version pinning and remove setuptools pin
1 parent 3b9e8b3 commit a94e483

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pytorch/training/buildspec-2-10-ec2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ images:
4444
BuildEC2CPUPTTrainPy3DockerImage:
4545
<<: *TRAINING_REPOSITORY
4646
build: &PYTORCH_CPU_TRAINING_PY3 false
47-
image_size_baseline: 12000
47+
image_size_baseline: 7200
4848
device_type: &DEVICE_TYPE cpu
4949
python_version: &DOCKER_PYTHON_VERSION py3
5050
tag_python_version: &TAG_PYTHON_VERSION py313

pytorch/training/buildspec-2-10-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ images:
4444
BuildSageMakerCPUPTTrainPy3DockerImage:
4545
<<: *TRAINING_REPOSITORY
4646
build: &PYTORCH_CPU_TRAINING_PY3 false
47-
image_size_baseline: 12000
47+
image_size_baseline: 7200
4848
device_type: &DEVICE_TYPE cpu
4949
python_version: &DOCKER_PYTHON_VERSION py3
5050
tag_python_version: &TAG_PYTHON_VERSION py313

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)