terraform-google-modules/terraform-google-container-vm

Container with GPU

Nishikoh opened this issue · 1 comments

TL;DR

I want to do docker container setup using GPU with container-vm module. Does container-vm module support docker container setup with GPU?

Terraform Resources

No response

Detailed design

Is it possible to write the example in this document with container-vm module?

docker run \
  --volume /var/lib/nvidia/lib64:/usr/local/nvidia/lib64 \
  --volume /var/lib/nvidia/bin:/usr/local/nvidia/bin \
  --device /dev/nvidia0:/dev/nvidia0 \
  --device /dev/nvidia-uvm:/dev/nvidia-uvm \
  --device /dev/nvidiactl:/dev/nvidiactl \
  gcr.io/google_containers/cuda-vector-add:v0.1

Additional information

No response

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days