Copy to /usr in test Dockerfile
This commit is contained in:
parent
c8185ef480
commit
2396ebd6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue