fixed scripts permissions
This commit is contained in:
parent
eae43f8429
commit
e607ee7021
|
|
@ -35,7 +35,7 @@ The software was validated on:
|
|||
|
||||
### Software Requirements
|
||||
- [CMake\*](https://cmake.org/download/) 3.9 or higher
|
||||
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) or
|
||||
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) and [mingw64\* runtime dependencies](https://sourceforge.net/projects/openblas/files/v0.2.14/mingw64_dll.zip/download).
|
||||
- [Intel® C++ Compiler](https://software.intel.com/en-us/intel-parallel-studio-xe) 18.0 to build the Inference Engine on Windows.
|
||||
|
||||
### Build Steps
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ function (DownloadAndCheck from to fatal result)
|
|||
list(GET output 0 status_code)
|
||||
else()
|
||||
message(STATUS "${WGET_EXECUTABLE} --no-cache ${from}")
|
||||
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "${from}" "-O" "${to}"
|
||||
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "--no-check-certificate" "${from}" "-O" "${to}"
|
||||
TIMEOUT 2000
|
||||
RESULT_VARIABLE status_code)
|
||||
endif()
|
||||
|
|
|
|||
0
model-optimizer/install_prerequisites/install_prerequisites_caffe.sh
Normal file → Executable file
0
model-optimizer/install_prerequisites/install_prerequisites_caffe.sh
Normal file → Executable file
0
model-optimizer/install_prerequisites/install_prerequisites_kaldi.sh
Normal file → Executable file
0
model-optimizer/install_prerequisites/install_prerequisites_kaldi.sh
Normal file → Executable file
0
model-optimizer/install_prerequisites/install_prerequisites_mxnet.sh
Normal file → Executable file
0
model-optimizer/install_prerequisites/install_prerequisites_mxnet.sh
Normal file → Executable file
Loading…
Reference in New Issue