Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
only install GPU if docker-engine (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Oct 25, 2018
1 parent 6a0129f commit 0109cf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ installDeps

if [[ ${FEATURE_FLAGS} == *"docker-engine"* ]]; then
installDockerEngine
installGPUDrivers
else
installMoby
fi

installClearContainersRuntime

installGPUDrivers

VNET_CNI_VERSIONS="1.0.10 1.0.11 1.0.12"
CNI_PLUGIN_VERSIONS="0.7.1"

Expand Down

0 comments on commit 0109cf3

Please sign in to comment.