Skip to content

Commit

Permalink
[CI] Remove Vela from ci_cpu
Browse files Browse the repository at this point in the history
While the dependencies for microNPU and CMSIS-NN moved into ci_cortexm,
Vela is still installed in ci_cpu. As a result, we have some of the microNPU tests outside of
test_ethosu folder failing since they use precence of Vela to decide whether to skip the
test.

This change will
* remove Vela from ci_cpu
* remove unnecessary PATH update
  • Loading branch information
ekalda committed Aug 22, 2022
1 parent 7c318d7 commit 20dbac8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +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 Vela compiler
COPY install/ubuntu_install_vela.sh /install/ubuntu_install_vela.sh
RUN bash /install/ubuntu_install_vela.sh

# Update PATH
ENV PATH /opt/arm/gcc-arm-none-eabi/bin:/opt/arm/FVP_Corstone_SSE-300/models/Linux64_GCC-6.4:$PATH

# PaddlePaddle deps
COPY install/ubuntu_install_paddle.sh /install/ubuntu_install_paddle.sh
RUN bash /install/ubuntu_install_paddle.sh
Expand Down

0 comments on commit 20dbac8

Please sign in to comment.