davidADSP/Generative_Deep_Learning_2nd_Edition

Setting up Google Cloud VM

Closed this issue · 0 comments

I've been trying for a while to set up and run the docker container in Google Cloud's VM. I cannot resolve an issue I keep having at the final step. I can build the Docker image in the VM instance without issues, but whenever I try to run it with docker compose -f docker-compose.gpu.yml up I get the following error message:

`[+] Running 2/1
✔ Network generative_deep_learning_2nd_edition_default Created
✔ Container generative_deep_learning_2nd_edition-app-1 Created
Attaching to generative_deep_learning_2nd_edition-app-1

Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]`

I cannot figure out what might be going wrong. Any suggestions would greatly help!