File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ COPY --chown=1000:1000 --from=triton /opt/tritonserver/include include/
238238COPY --chown=1000:1000 --from=triton /opt/tritonserver/repoagents/ repoagents/
239239COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/python backends/python/
240240# NOTE 2023-07: fil-backend is not available on ARM.
241- COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/fil* backends/
241+ COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/fil* backends/fil/
242242COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/tensorrt backends/tensorrt/
243243COPY --chown=1000:1000 --from=triton /usr/bin/serve /usr/bin/.
244244COPY --chown=1000:1000 --from=triton /usr/lib/*-linux-gnu/libdcgm.so.2 /tmp
You can’t perform that action at this time.
0 commit comments