ganbreeder
ganbreeder copied to clipboard
Can't run ganbreeder with docker_compose
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?
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...)
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?