-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Peter Mangiafico edited this page Dec 16, 2024
·
7 revisions
Welcome to the speech-to-text wiki!
This will become deprecated at some point. Info as of Dec 16 2024
- Find IP address for EC2 instance. It is pinned in slack in #dlss-text-extraction channel.
- SSH into instance. You will need your public SSH key placed on the server for authentication. Ask for help if needed.
- speech-to-text repo has been cloned on the instance. It is in the
speech-to-text
folder. - The
.env
files are placed on the server with specific configuration. - The code is updated from Github via a
git pull
. - Look in history for
docker build
command in order to build the updated container. Command isdocker build --tag sul-speech-to-text .
- Building the container may take a while.