You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be some better instructions for installation.
hint on using git submodule update --init for the submodules
a docker build line like docker build . -t tts-frontend:latest
Moreover, the submodules should reference the https://... URL's instead of the git@... -based URL's, otherwise it's immpossible to clone, if no SSL public key@github is registered for the user, e.g. if cloned from a remote server ...
The text was updated successfully, but these errors were encountered:
There should be some better instructions for installation.
git submodule update --init
for the submodulesdocker build . -t tts-frontend:latest
Moreover, the submodules should reference the
https://...
URL's instead of thegit@...
-based URL's, otherwise it's immpossible to clone, if no SSL public key@github is registered for the user, e.g. if cloned from a remote server ...The text was updated successfully, but these errors were encountered: