ximinng / SVGDreamer

[CVPR 2024] Official implementation for "SVGDreamer: Text Guided SVG Generation with Diffusion Model" https://arxiv.org/abs/2312.16476
https://ximinng.github.io/SVGDreamer-project/
MIT License
188 stars 14 forks source link

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

Closed sreejith-mohanan closed 5 months ago

sreejith-mohanan commented 6 months ago

Getting the following error while trying to run via docker

docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. ERRO[0000] error waiting for container:

ximinng commented 6 months ago

Can you provide more detailed error information?

CodeGeek04 commented 6 months ago

i also got a bunch of errors while running in docker. i found the solution as follows- from creator side-

what i did-

this new image runs without errors

ximinng commented 6 months ago

First of all, thank you for your advice~ I started with the official pytorch image to build the svgrender image, and the code must need nvidia to run, otherwise I am not sure if the code will run. Did it work, according to you?

CodeGeek04 commented 6 months ago

First of all, thank you for your advice~ I started with the official pytorch image to build the svgrender image, and the code must need nvidia to run, otherwise I am not sure if the code will run. Did it work, according to you?

Yeh it was working fine after deleting the mentioned files, but I dont know why those files were causing issues. I am working on Ubuntu latest jammu release, wsl