File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments