diff --git a/docker/install/ubuntu_install_cmsis.sh b/docker/install/ubuntu_install_cmsis.sh index 1561cd3dfda7..a21005d7a5df 100755 --- a/docker/install/ubuntu_install_cmsis.sh +++ b/docker/install/ubuntu_install_cmsis.sh @@ -49,7 +49,7 @@ echo "$CMSIS_SHASUM" ${DOWNLOAD_PATH} | sha512sum -c tar -xf "${DOWNLOAD_PATH}" -C "${INSTALLATION_PATH}" --strip-components=1 touch "${INSTALLATION_PATH}"/"${CMSIS_SHA}".sha -CMSIS_NN_TAG="v4.0.0" +CMSIS_NN_TAG="v4.1.0" CMSIS_NN_URL="https://github.com/ARM-software/CMSIS-NN.git" git clone ${CMSIS_NN_URL} --branch ${CMSIS_NN_TAG} --single-branch ${INSTALLATION_PATH}/CMSIS-NN echo "SUCCESS"