Skip to content

Commit a5f4f24

Browse files
committed
[ci][docker] fix the path of custom toolchain in ci_qemu for csinn2
1 parent 6d6e070 commit a5f4f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.ci_qemu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ RUN bash /install/ubuntu_download_csinn2_compute_lib.sh
116116

117117
# Update PATH
118118
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
119+
ENV PATH /opt/csi-nn2/tools/gcc-toolchain/bin:$PATH
120+
ENV PATH /opt/csi-nn2/tools/qemu/bin:$PATH

0 commit comments

Comments
 (0)