1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00

Use latest version in Docker script

This commit is contained in:
Michael Hansen
2020-07-07 15:43:26 -04:00
parent d98920dd8c
commit 9d1d5ccda1

View File

@@ -12,7 +12,7 @@ else
profile_dir="${XDG_CONFIG_HOME}/rhasspy/profiles"
fi
version="$(cat VERSION)"
version='latest'
docker run -it -p 12101:12101 \
--device /dev/snd:/dev/snd \