From ece0fc5ec71f4978f2c15c4676c0bfdc772f116d Mon Sep 17 00:00:00 2001 From: dylanbannon Date: Fri, 7 Sep 2018 19:42:51 -0800 Subject: [PATCH] changed branch from gpus to master (#9) --- conf/patches/gpu-nodes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/patches/gpu-nodes.yaml b/conf/patches/gpu-nodes.yaml index 8e100d92..5936c160 100644 --- a/conf/patches/gpu-nodes.yaml +++ b/conf/patches/gpu-nodes.yaml @@ -9,7 +9,7 @@ spec: - docker-healthcheck.service manifest: | Type=oneshot - ExecStart=/bin/bash -c '/usr/bin/curl -L -S -f https://raw.githubusercontent.com/vanvalenlab/kiosk/gpus/scripts/nvidia-docker-installer.sh | /bin/bash -x' + ExecStart=/bin/bash -c '/usr/bin/curl -L -S -f https://raw.githubusercontent.com/vanvalenlab/kiosk/master/scripts/nvidia-docker-installer.sh | /bin/bash -x' name: nvidia-docker-install.service minSize: 0 maxSize: 2