Skip to content

Commit

Permalink
Manually add yiddish submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Feb 29, 2024
1 parent 77cb9ef commit ade9da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ RUN gpasswd -a www www
WORKDIR ${_workroot}
COPY entrypoint.sh uwsgi.ini wsgi.py ./
COPY ext ./ext/
# Github actions checkout won't sync these submodules recursively.
RUN apt install -y git
RUN git submodule add https://github.com/ibleaman/loshn-koydesh-pronunciation.git ext/yiddish/yiddish/submodules/loshn-koydesh-pronunciation
RUN git submodule add https://github.com/ibleaman/hasidify_lexicon.git yiddish/submodules/hasidify_lexicon
COPY scriptshifter ./scriptshifter/

COPY requirements.txt ./
Expand Down

0 comments on commit ade9da5

Please sign in to comment.