Skip to content

Commit

Permalink
opendatahub/vllm: bump python version to 3.12 (openshift#56778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored and obochan-rh committed Sep 24, 2024
1 parent 8678619 commit 2a68634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images:
- name: TORCH_CUDA_ARCH_LIST
value: 7.0 7.5 8.0 8.6 8.9 9.0+PTX
- name: PYTHON_VERSION
value: "3.11"
value: "3.12"
context_dir: .
dockerfile_path: Dockerfile.ubi
to: vllm-build-ibm-dev-cuda
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images:
- name: TORCH_CUDA_ARCH_LIST
value: 7.0 7.5 8.0 8.6 8.9 9.0+PTX
- name: PYTHON_VERSION
value: "3.11"
value: "3.12"
context_dir: .
dockerfile_path: Dockerfile.ubi
to: vllm-build-main-cuda
Expand All @@ -22,7 +22,7 @@ images:
- name: PYTORCH_ROCM_ARCH
value: gfx908;gfx90a;gfx942;gfx1100
- name: PYTHON_VERSION
value: "3.11"
value: "3.12"
context_dir: .
dockerfile_path: Dockerfile.rocm.ubi
to: vllm-build-main-rocm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images:
- name: TORCH_CUDA_ARCH_LIST
value: 7.0 7.5 8.0 8.6 8.9 9.0+PTX
- name: PYTHON_VERSION
value: "3.11"
value: "3.12"
context_dir: .
dockerfile_path: Dockerfile.ubi
to: vllm-build-release-cuda
Expand Down

0 comments on commit 2a68634

Please sign in to comment.