From 2396ebd6edc188647d809653613f0de44350dee2 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 25 Apr 2022 17:38:18 -0400 Subject: [PATCH] Copy to /usr in test Dockerfile --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 9909ff7..3f12b09 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -44,5 +44,5 @@ RUN --mount=type=cache,id=pip-venv,target=/root/.cache/pip \ ./install.sh # Run tests -COPY voices/ /root/.local/share/mimic3/voices/ +COPY voices/ /usr/share/mimic3/voices/ RUN ./test.sh