Skip to content

Commit

Permalink
Pin docker-ce version in install_nvidia_docker.sh.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 243123146
  • Loading branch information
gunjanbaid authored and Copybara-Service committed Apr 11, 2019
1 parent 3c25757 commit 0ca20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_nvidia_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo add-apt-repository \
$(lsb_release -cs) \
stable"
sudo apt-get -qq -y update
sudo apt-get -qq -y install docker-ce
sudo apt-get -qq -y install 'docker-ce=5:18.09.4~3-0~ubuntu-xenial'

# (3) Install nvidia-docker:
# https://github.com/NVIDIA/nvidia-docker#ubuntu-140416041804-debian-jessiestretch
Expand Down

0 comments on commit 0ca20b0

Please sign in to comment.