Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chanansh committed Jun 26, 2017
1 parent 05ab50f commit 9ebd150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This is a docker file for the speaker recogntion project, not for sidekit
###############################################################################
# Dockerfile for https://github.com/ppwwyyxx/speaker-recognition
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -40,6 +39,9 @@
# Run a stopped container
# > docker start -ai speaker-recognitionInstance
#
# Run the speaker_recognition.py directly thorough the configured entry point
# > docker run -v local_path:remote_path speaker-recognition
#
# List information
# > docker images All docker images
# > docker ps -a All docker containers (running or not: -a)
Expand Down

1 comment on commit 9ebd150

@haixia-luo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

您好,我将您的镜像pull下来之后,按照dockerfile中的提示,在命令行中执行docker run ti -v /tmp/.X11-unix ...... 无法实现在桌面上显示GUI界面,请问是否能给予相关技术指导?

Please sign in to comment.