Nada Amin
Nada Amin
Glad you're doing this! Have you managed to train a decent chess bot with this?
Thanks for your interest and suggestion. I am glad you're looking at performance :-) Would you please elaborate on the difficulties getting the code to work on your machine?
Regarding docker versions, I am running 0.7.3 as well. For docker-py, I am using my own fork of master, which has the network_disabled option. I've sent a pull request for...
Oh, I see. What are you using for the SERVER_NAME, localhost:5000 or a "real" hostname? I've only tried it with real host names, even when developing, but I ought to...
Thanks for the confirmation. I'll make sure I can run it with localhost, and ping you again. Thanks for your patience :)
I added the dev server-side installation steps here: https://github.com/namin/io.livecode.ch/blob/master/README.md#development-server-side-installation-steps BTW, the timeout was because by default flask uses a single thread for development. Thanks again! Let me know how things...
Sure, no problem. I appreciate your input already. I'll take a look at what you did. Thanks very much!
commit 40a339ddddfe05c2f6f0fe4280146a09138527cc should partially address performance issues by using mounting instead of downloading to share data with the container. still no container re-use though.
I don't understand why your version is err 500
Thanks for taking a quick look. I'll debug your ideas, and strive to figure out some solutions today. Cheers, ~n