Skip to content

Commit

Permalink
Using the generic base image created by the vllm-ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Dec 18, 2024
1 parent 27f53a2 commit d2966af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG REMOTE_VLLM="0"
ARG USE_CYTHON="0"
ARG BUILD_RPD="1"
ARG COMMON_WORKDIR=/app
ARG BASE_IMAGE=rocm/vllm-dev:base_ubuntu22.04_py3.12_ROCm6.3_hipblaslt0.12_torch2.6
ARG BASE_IMAGE=rocm/vllm-dev:base

FROM ${BASE_IMAGE} AS base

Expand Down

0 comments on commit d2966af

Please sign in to comment.