diff --git a/Dockerfile b/Dockerfile index 4f34681..6fbc846 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ RUN python3 script/setup WORKDIR /app COPY requirements.txt . RUN /app/wyoming-openwakeword/.venv/bin/pip install -r requirements.txt +RUN /app/wyoming-openwakeword/.venv/bin/pip install -r /app/wyoming-openwakeword/requirements.txt +RUN /app/wyoming-openwakeword/.venv/bin/pip install /app/wyoming-openwakeword/ ENTRYPOINT ["/app/wyoming-openwakeword/.venv/bin/python", "/app/wyoming-openwakeword/script/run"]