ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

Fix docker dependencies + ENTRYPOINT #45

Closed chanansh closed 7 years ago

chanansh commented 7 years ago

added missing dependencies + add ENTRYPOINT for easier command line support

wssgyyg commented 7 years ago

Hi chanansh, how can I run the GUI after you added the entry point? Just get trapped with this problem.

chanansh commented 7 years ago

You can bypass entry point

On Aug 21, 2017 9:20 PM, "Tommy" notifications@github.com wrote:

Hi chanansh, how can I run the GUI after you added the entry point? Just get trapped with this problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ppwwyyxx/speaker-recognition/pull/45#issuecomment-323816109, or mute the thread https://github.com/notifications/unsubscribe-auth/AFtFzA6mamReWFezdIO80DLiePcA_bxkks5sacp1gaJpZM4OFA-u .

wssgyyg commented 7 years ago

Can you run the gui demo following the instruction of the dockerfile? I cannot do it when I type: docker run -ti -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -u guiuser speaker-recognition The problem is: To run a command as administrator (user "root"), use "sudo ". Would you please tell me what's wrong?