From 0cbfe3fbeb459f0add0abcee9fd20dbdfaec0014 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 4 May 2022 19:03:33 -0400 Subject: [PATCH] Bump version --- .gitignore | 1 + Dockerfile.plugin | 6 ++++++ mimic3_tts/VERSION | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9798f8a..1b29ec9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ dist/ /samples/ /voices/ /wheels/*.whl +/plugin-tts-mimic3/ diff --git a/Dockerfile.plugin b/Dockerfile.plugin index f00e7dc..03f1f63 100644 --- a/Dockerfile.plugin +++ b/Dockerfile.plugin @@ -134,6 +134,10 @@ RUN mycroft-core/bin/mycroft-start bus && \ RUN export expected_sample="tests/apope_sample_${TARGETARCH}${TARGETVARIANT}.wav" && \ tests/samples_match.py tests/actual_sample.wav "${expected_sample}" +# RUN --mount=type=cache,id=pip-requirements,target=/root/.cache/pip \ +# mkdir -p pip && \ +# cp -R /root/.cache/pip/* pip/ + # ----------------------------------------------------------------------------- FROM scratch @@ -145,3 +149,5 @@ COPY --from=test /test/tests/actual_sample.wav "/apope_sample_${TARGETARCH}${TAR COPY --from=test /var/log/mycroft/audio.log ./ COPY --from=build /build/mimic3/plugin-tts-mimic3/dist/*.tar.gz ./ + +# COPY --from=test /test/pip/ ./pip/ diff --git a/mimic3_tts/VERSION b/mimic3_tts/VERSION index 699c6c6..1a03094 100644 --- a/mimic3_tts/VERSION +++ b/mimic3_tts/VERSION @@ -1 +1 @@ -0.1.8 +0.1.9