Skip to content

Commit 399016d

Browse files
authored
Using the generic base image created by the vllm-ci pipeline (ROCm#336)
1 parent fa1ff83 commit 399016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG REMOTE_VLLM="0"
33
ARG USE_CYTHON="0"
44
ARG BUILD_RPD="1"
55
ARG COMMON_WORKDIR=/app
6-
ARG BASE_IMAGE=rocm/vllm-dev:base_ubuntu22.04_py3.12_ROCm6.3_hipblaslt0.12_torch2.6
6+
ARG BASE_IMAGE=rocm/vllm-dev:base
77

88
FROM ${BASE_IMAGE} AS base
99

0 commit comments

Comments
 (0)