tools/ami-creator/scripts/win2019_cuda114_installer.py [401:417]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        reboot_system()
    install_cudnn8()
    if install_vs():
        reboot_system()
    install_openblas()
    install_mkl()
    install_opencv()
    install_perl()
    install_clang()
    add_paths()
    remove_install_task()
    schedule_aws_userdata()
    shutdown_system()


if __name__ == "__main__":
    exit(main())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tools/ami-creator/scripts/win2019_cuda11_installer.py [453:472]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        reboot_system()
    install_cudnn8()
    #if install_cuda102():
    #    reboot_system()
    #install_cudnn7()
    if install_vs():
        reboot_system()
    install_openblas()
    install_mkl()
    install_opencv()
    install_perl()
    install_clang()
    add_paths()
    remove_install_task()
    schedule_aws_userdata()
    shutdown_system()


if __name__ == "__main__":
    exit(main())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



