Skip to content

Commit

Permalink
Add new dependencies to build docker image
Browse files Browse the repository at this point in the history
cmake and zlib1g-dev packages need to be installed to build docker
image.
  • Loading branch information
Manik Jindal authored and HectorSVC committed Nov 22, 2017
1 parent 07f13a5 commit feade5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/install/linux/install-cntk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ TARGET_CONFIGURATION="${BASH_REMATCH[1]}"

# Anaconda download / install dependencies
# [coreutils for sha{1,256}sum]
PACKAGES="bzip2 wget ca-certificates coreutils"
PACKAGES="bzip2 wget ca-certificates coreutils cmake zlib1g-dev"

# CNTK run-time dependencies (OpenMPI)
if [[ "$(lsb_release -i)" =~ :.*Ubuntu ]] && [[ "$(lsb_release -r)" =~ :.*14\.04 ]]; then
Expand Down

0 comments on commit feade5b

Please sign in to comment.