KarmaComputing / tts-server

Text to speech (TTS) server set-up
1 stars 0 forks source link

Convert tts-server install.sh into container #5

Closed chrisjsimpson closed 2 years ago

chrisjsimpson commented 2 years ago

Convert tts-server install.sh into container (ubuntu base- yes really)

Create a file Dockerfile

With the base image

FROM ubuntu:version

And all the installation commands from install.sh

Obviously this will be a very large image , that's OK for now.

Note: compiling llvm inside a container may present challenges