Skip to content

Instantly share code, notes, and snippets.

@etherealvisage
Last active May 18, 2018 03:25
Show Gist options
  • Save etherealvisage/2207fd2fe6229b275edeeacacc7a29e7 to your computer and use it in GitHub Desktop.
Save etherealvisage/2207fd2fe6229b275edeeacacc7a29e7 to your computer and use it in GitHub Desktop.
#!/bin/sh
IP=192.168.2.200
docker run -d -p $IP:8019:8019 voxhub/silvius-worker:latest /bin/sh -c 'cd /root/silvius-backend ; python kaldigstserver/master_server.py'
docker run -d voxhub/silvius-worker /root/worker.sh -u ws://$IP:8019/worker/ws/speech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment