joel-simon / ganbreeder

Breed and share images using biggan
https://ganbreeder.app
GNU General Public License v3.0
1.28k stars 233 forks source link

Can't run ganbreeder with docker_compose #20

Open codeyourdream opened 4 years ago

codeyourdream commented 4 years ago

Trying to run it using docker_compose on Windows 7 (with Docker Toolbox).

I'm getting these errors:

server_1      | mkdir: cannot create directory 'public/img': No such file or directory
ganbreeder-master_server_1 exited with code 1
gan_server_1  | python: can't open file 'server.py': [Errno 2] No such file or directory
ganbreeder-master_gan_server_1 exited with code 2

Any ideas on how to resolve this?

entmike commented 4 years ago

docker-compose worked for me (Aug 13) just fine with no modifications - (On a Macbook though but I don't know why that would make a difference...)

codeyourdream commented 4 years ago

Maybe it was an environment issue. It was on Windows 7. I was able to successfully run it on Win 10. But faced another issue: looks like it doesn't use the GPU resources at all, it only uses CPU. Is that the expected behavior?