We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6e070 commit a5f4f24Copy full SHA for a5f4f24
docker/Dockerfile.ci_qemu
@@ -116,5 +116,5 @@ RUN bash /install/ubuntu_download_csinn2_compute_lib.sh
116
117
# Update PATH
118
ENV PATH /opt/arm/gcc-arm-none-eabi/bin:/opt/arm/FVP_Corstone_SSE-300/models/Linux64_GCC-6.4:$PATH
119
-ENV PATH /opt/csi-nn2/csi-nn2/tools/gcc-toolchain/bin:$PATH
120
-ENV PATH /opt/csi-nn2/csi-nn2/tools/qemu/bin:$PATH
+ENV PATH /opt/csi-nn2/tools/gcc-toolchain/bin:$PATH
+ENV PATH /opt/csi-nn2/tools/qemu/bin:$PATH
0 commit comments