Skip to content

Commit

Permalink
Scripts/install/linux/install-cntk.sh: install libtiff5
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Sep 12, 2017
1 parent ab8f4e5 commit f89f9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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 @@ -121,7 +121,7 @@ else
fi

# Additional packages for ImageReader
PACKAGES+=" libjasper1 libjpeg8 libpng12-0"
PACKAGES+=" libjasper1 libjpeg8 libpng12-0 libtiff5"

if dpkg -s $PACKAGES 1>/dev/null 2>/dev/null; then
printf "Packages already installed, skipping.\n"
Expand Down
4 changes: 4 additions & 0 deletions Tests/Install/linux/prep-run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ cntk configFile=lr_bs.cntk deviceId=\$TEST_DEVICE_ID
cd "$CNTK_DROP/Examples/Image/GettingStarted"
cntk configFile=01_OneHidden.cntk deviceId=\$TEST_DEVICE_ID
# Example with image deserializer
cd "$CNTK_DROP/Examples/Image/Regression"
cntk configFile=RegrSimple_CIFAR10.cntk deviceId=\$TEST_DEVICE_ID
RUNTEST

chmod 755 $RUN_TEST
Expand Down

0 comments on commit f89f9d7

Please sign in to comment.