Skip to content

mikeage/gke-gpu-driver

 
 

Repository files navigation

container-engine-accelerators/nvidia-driver-installer/ubuntu

Build the image

docker build -t additional-lib .

Deploy the daemon set

In ds-preload.yaml change line number 74 and set the name of the docker image you built and pushed in Artifact Registry previously.

Then apply this daemonset :

kubectl apply -f ds-preload.yaml

Deploy the daemon set without building the image (WIP)

You can deploy the nvdida driver installer+encode Library with this command :

kubectl apply -f no-container-install/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.6%
  • Dockerfile 5.4%