lukalabs / cakechat

CakeChat: Emotional Generative Dialog System
Apache License 2.0
1.7k stars 935 forks source link

Problem running the chat using Docker on Windows 10 #28

Closed eiriksvith closed 6 years ago

eiriksvith commented 6 years ago

Hi there,

I have attempted to run CakeChat on my Windows 10 machine.

I've just followed the Quick Start guide and executed the following command: docker run --name cakechat-dev -p 127.0.0.1:8080:8080 -it lukalabs/cakechat:latest \ bash -c "python bin/cakechat_server.py"

The image is dowloaded just fine, but at the end Docker throws this error: docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"\\\": executable file not found in $PATH": unknown.

What could be the issue?

Thank you in advance.

nicolas-ivanov commented 6 years ago

@eiriksvith, hi! Sorry for the delayed answer. Unfortunately we have a very limited possibility to test our docker container on Windows machines. I've tested it on Windows 10 Home edition with Docker Toolbox and the server launched just fine. So, my suggestions for you are the following:

nicolas-ivanov commented 6 years ago

I'm closing this issue now. Feel free to reopen it, if you have more questions.