Skip to content

Commit

Permalink
update gpu operator to 1.10.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Jun 9, 2022
1 parent 4ea5dc9 commit 8f3eda6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/gpu/enable
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ echo "Installing NVIDIA Operator"
"$SNAP/microk8s-helm3.wrapper" repo add nvidia https://nvidia.github.io/gpu-operator
"$SNAP/microk8s-helm3.wrapper" repo update
"$SNAP/microk8s-helm3.wrapper" install gpu-operator nvidia/gpu-operator \
--version=v1.8.2 \
--set toolkit.version=1.5.0-ubuntu18.04 \
--create-namespace \
--namespace gpu-operator-resources \
--version=v1.10.1 \
--set operator.defaultRuntime=containerd \
--set driver.enabled=$ENABLE_INTERNAL_DRIVER \
--set toolkit.env[0].name=CONTAINERD_CONFIG \
Expand Down

0 comments on commit 8f3eda6

Please sign in to comment.