File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ RUN umask 002 && \
218218COPY LICENSE /licenses/vllm.md
219219COPY examples/*.jinja /app/data/template/
220220COPY 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
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ RUN umask 002 && \
175175COPY LICENSE /licenses/vllm.md
176176COPY examples/*.jinja /app/data/template/
177177COPY 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
180180USER 2000
181181WORKDIR /home/vllm
You can’t perform that action at this time.
0 commit comments