https://github.com/Microsoft/CNTK
Revision e82e9f7e7519c6c10b651a59e16c50c875596b43 authored by Aghagolzadeh on 16 October 2018, 21:58:26 UTC, committed by GitHub on 16 October 2018, 21:58:26 UTC
docker file copied from https://github.com/Azure/BatchAI/blob/master/recipes/CNTK/CNTK-GPU-Python-Distributed-Infiniband/dockerfile instead of https://github.com/Microsoft/CNTK/edit/master/Tools/docker/CNTK-GPU-Image/Dockerfile
1 parent 149d87b
Raw File
Tip revision: e82e9f7e7519c6c10b651a59e16c50c875596b43 authored by Aghagolzadeh on 16 October 2018, 21:58:26 UTC
dockerfile_AzurebatchAI
Tip revision: e82e9f7
CMakeLists.txt
cmake_minimum_required(VERSION 3.8)

project(CNTK)

include(Tools/cmake/options.cmake REQUIRED)
include(Tools/cmake/common.cmake REQUIRED)
include(Tools/cmake/cntk_common.cmake REQUIRED)

add_subdirectory(bindings/csharp/swig)

include(Tools/cmake/debug.cmake REQUIRED)
back to top