Skip to content

Commit

Permalink
update GPU operator to version 1.10.1 (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored Jun 10, 2022
1 parent a794c53 commit b8ee3ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions microk8s-resources/actions/enable.gpu.sh
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 b8ee3ee

Please sign in to comment.