Skip to content

Commit

Permalink
Add apt options to get specific versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Herban committed May 21, 2019
1 parent 2b84079 commit d25f264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinelearning/horovod/horovod.def
Expand Up @@ -37,7 +37,7 @@ From: nvidia/cuda:9.0-devel-ubuntu16.04

echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list

apt-get -y update && apt-get install -y --no-install-recommends \
apt-get -y update && apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
build-essential \
cmake \
git \
Expand Down

0 comments on commit d25f264

Please sign in to comment.