Skip to content
Peter Mangiafico edited this page Dec 16, 2024 · 7 revisions

Welcome to the speech-to-text wiki!

Check EC2

This will become deprecated at some point. Info as of Dec 16 2024

  1. Find IP address for EC2 instance. It is pinned in slack in #dlss-text-extraction channel.
  2. SSH into instance. You will need your public SSH key placed on the server for authentication. Ask for help if needed.
  3. speech-to-text repo has been cloned on the instance. It is in the speech-to-text folder.
  4. The .env files are placed on the server with specific configuration.
  5. The code is updated from Github via a git pull.
  6. Look in history for docker build command in order to build the updated container. Command is docker build --tag sul-speech-to-text .
  7. Building the container may take a while.
Clone this wiki locally