mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-30 23:18:20 +00:00
Move build dependencies like setuptools wheel numpy into docker image (#468)
* Move build dependencies like setuptools wheel numpy into docker image, so won't install them again and again for docker build * revert the changes in install_deps.sh
This commit is contained in:
parent
892c0653cc
commit
e7c1b774e8
1 changed files with 2 additions and 1 deletions
|
|
@ -562,7 +562,8 @@ def main():
|
|||
cmake_extra_args = ['-A','x64','-T', toolset, '-G', 'Visual Studio 15 2017']
|
||||
if is_ubuntu_1604():
|
||||
install_ubuntu_deps(args)
|
||||
install_python_deps()
|
||||
if not is_docker():
|
||||
install_python_deps()
|
||||
if (args.enable_pybind and is_windows()):
|
||||
install_python_deps()
|
||||
if (not args.skip_submodule_sync):
|
||||
|
|
|
|||
Loading…
Reference in a new issue