Skip to content

Commit a19223d

Browse files
committed
fix
1 parent 5f065e0 commit a19223d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base/buildspec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ images:
3838
<<: *BASE_CONTEXT
3939
image_size_baseline: 11000
4040
device_type: &DEVICE_TYPE gpu
41-
cuda_version: &CUDA_VERSION cu128
41+
cuda_version: &CUDA_VERSION cu126
4242
python_version: &DOCKER_PYTHON_VERSION py3
43-
tag_python_version: &TAG_PYTHON_VERSION py312
44-
os_version: &OS_VERSION ubuntu24.04
43+
tag_python_version: &TAG_PYTHON_VERSION py311
44+
os_version: &OS_VERSION ubuntu22.04
4545
tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *CUDA_VERSION, "-", *OS_VERSION, "-ec2" ]
4646
latest_release_tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *CUDA_VERSION, "-", *OS_VERSION, "-ec2" ]
4747
docker_file: !join [ *FRAMEWORK, /, *ARCH_TYPE, /, *DEVICE_TYPE, /, *CUDA_VERSION, /Dockerfile ]

scripts/install_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function install_python {
2323

2424
# this will add pip systemlink to pip${PYTHON_MAJOR_VERSION}
2525
python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
26-
python -m pip install --no-cache-dir awscli boto3 requests setuptools>=70.0.0
26+
python -m pip install --no-cache-dir awscli boto3 requests setuptools>70.0.0
2727
}
2828

2929
# idiomatic parameter and option handling in sh

0 commit comments

Comments
 (0)