Skip to content

Commit 32bb10d

Browse files
committed
fix the typo
1 parent efe58e0 commit 32bb10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rocm.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ RUN umask 002 && \
218218
COPY LICENSE /licenses/vllm.md
219219
COPY examples/*.jinja /app/data/template/
220220
COPY examples/*.jinja /opt/app-root/template/
221-
RUN chown -R vllm /opt-app-root/template && chmod -R g+r /opt/app-root/template
221+
RUN chown -R vllm /opt/app-root/template && chmod -R g+r /opt/app-root/template
222222
# RUN mkdir -p /opt/app-root && \
223223
# ln -s /app/data/template /opt/app-root/template
224224

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RUN umask 002 && \
175175
COPY LICENSE /licenses/vllm.md
176176
COPY examples/*.jinja /app/data/template/
177177
COPY examples/*.jinja /opt/app-root/template/
178-
RUN chown -R vllm /opt-app-root/template && chmod -R g+r /opt/app-root/template
178+
RUN chown -R vllm /opt/app-root/template && chmod -R g+r /opt/app-root/template
179179

180180
USER 2000
181181
WORKDIR /home/vllm

0 commit comments

Comments
 (0)