diff --git a/README.md b/README.md index 396fe48..9be4037 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,11 @@ Running and using the Docker container (with generic Estonian models) is outline Pull the Docker image: - docker pull koodivaramu.eesti.ee:5050/taltechnlp/kiirkirjutaja + docker pull koodivaramu.eesti.ee:5050/taltechnlp/kiirkirjutaja:latest Start Docker container (use the `--shm-size 2GB` argument because the program uses shared memory between for IPC): - docker run --shm-size 2GB --name kiirkirjutaja --rm -d -t koodivaramu.eesti.ee:5050/taltechnlp/kiirkirjutaja + docker run --shm-size 2GB --name kiirkirjutaja --rm -d -t koodivaramu.eesti.ee:5050/taltechnlp/kiirkirjutaja:latest Decode a Vikerraadio real-time stream (it takes 10-20 seconds to load the models, and you'll get some warnings that can be usually ignored): diff --git a/docker/Dockerfile b/docker/Dockerfile index 1979003..4ca4c9e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -87,7 +87,7 @@ RUN git clone https://github.com/alumae/online_speaker_change_detector.git /opt/ RUN git clone https://github.com/alumae/et-g2p-fst.git /opt/et-g2p-fst -RUN echo '2021-12-08_11:14' >/dev/null \ +RUN echo '2021-12-16_13:28' >/dev/null \ && git clone https://github.com/alumae/kiirkirjutaja.git /opt/kiirkirjutaja \ && cd /opt/kiirkirjutaja && ln -s ../models