File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ FROM ${BASE_IMAGE} AS base
77
88ARG ARG_PYTORCH_ROCM_ARCH
99ENV PYTORCH_ROCM_ARCH=${ARG_PYTORCH_ROCM_ARCH:-${PYTORCH_ROCM_ARCH}}
10+ ENV RAY_EXPERIMENTAL_NOSET_ROCR_VISIBLE_DEVICES=1
11+ ENV RAY_EXPERIMENTAL_NOSET_HIP_VISIBLE_DEVICES=1
1012
1113# Install some basic utilities
1214RUN apt-get update -q -y && apt-get install -q -y \
@@ -121,8 +123,6 @@ COPY --from=export_vllm /benchmarks ${COMMON_WORKDIR}/vllm/benchmarks
121123COPY --from=export_vllm /examples ${COMMON_WORKDIR}/vllm/examples
122124COPY --from=export_vllm /docker ${COMMON_WORKDIR}/vllm/docker
123125
124- ENV RAY_EXPERIMENTAL_NOSET_ROCR_VISIBLE_DEVICES=1
125- ENV RAY_EXPERIMENTAL_NOSET_HIP_VISIBLE_DEVICES=1
126126ENV TOKENIZERS_PARALLELISM=false
127127
128128# ENV that can improve safe tensor loading, and end-to-end time
You can’t perform that action at this time.
0 commit comments