mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924843090
########## docker/Dockerfile.ci_cpu: ########## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/android-sdk-linux/ndk/21.3.6528147/ -# Install CMSIS_NN -COPY install/ubuntu_install_cmsis.sh /install/ubuntu_install_cmsis.sh -RUN bash /install/ubuntu_install_cmsis.sh /opt/arm/ethosu/cmsis -ENV CMSIS_PATH=/opt/arm/ethosu/cmsis/ - -# Arm(R) Ethos(TM)-U NPU driver -COPY install/ubuntu_install_ethosu_driver_stack.sh /install/ubuntu_install_ethosu_driver_stack.sh Review Comment: we should move that after we updated the qemu image with the dependencies for this test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
