Setup script didnt do what i needed, do it explicitly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
19a2b28fee
commit
72f08a1d1c
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ RUN python3 script/setup
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN /app/wyoming-openwakeword/.venv/bin/pip install -r 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"]
|
ENTRYPOINT ["/app/wyoming-openwakeword/.venv/bin/python", "/app/wyoming-openwakeword/script/run"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue