Skip to content

Commit

Permalink
Add execution privilege for test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh committed Jun 12, 2024
1 parent 5ba28fd commit 674a6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dockerfile.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ RUN if [ "${HUGECTR_DEV_MODE}" == "false" ]; then \
TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 9.0" python setup.py install && \
mv /hugectr/ci ~/hugectr-ci && mv /hugectr/sparse_operation_kit/sparse_operation_kit ~/hugectr-sparse_operation_kit && \
rm -rf /hugectr && mkdir -p /hugectr /hugectr/sparse_operation_kit && \
mv ~/hugectr-ci /hugectr/ci && mv ~/hugectr-sparse_operation_kit /hugectr/sparse_operation_kit/sparse_operation_kit \
mv ~/hugectr-ci /hugectr/ci && mv ~/hugectr-sparse_operation_kit /hugectr/sparse_operation_kit/sparse_operation_kit && \
chmod +x /hugectr/ci/* /hugectr/sparse_operation_kit/sparse_operation_kit/* \
; fi

RUN ln -s ${HUGECTR_HOME}/backends/hps /opt/tritonserver/backends/hps
Expand Down

0 comments on commit 674a6d9

Please sign in to comment.