You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
I am trying to create a machine with GPU using bentoctl with Google Cloud Engine Operator but I believe the way terraform calls docker run does not consider the --gpus all tag. I think that the solution should be in the module "gce-container" inside the terraform template. The code could be found below:
jjmachan
changed the title
Create machines with GPU using bentoctl Google Compute Engine Operator
Create machines with GPU using bentoctl Google Compute Engine Operator (new template)
Sep 1, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to create a machine with GPU using
bentoctl
with Google Cloud Engine Operator but I believe the wayterraform
calls docker run does not consider the--gpus all
tag. I think that the solution should be in themodule "gce-container"
inside the terraform template. The code could be found below:To verify if a GPU really exists in the GCP Virtual Machine I am printing a counter using Tensorflow:
print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
This is related to this terraform documentation below, but I dont see any GPU related param.
The text was updated successfully, but these errors were encountered: