modified: mulit staged dockerfile
Build and Push Edge Proxy Image / build-and-push (push) Failing after 7m17s Details

This commit is contained in:
GuanYuankai 2025-11-11 14:36:27 +08:00
parent ee1f95e43e
commit d786fad3aa
1 changed files with 3 additions and 1 deletions

View File

@ -101,10 +101,12 @@ RUN pip3 install /tmp/rknn_wheels/*.whl && \
RUN chmod +x /usr/bin/rknn_server RUN chmod +x /usr/bin/rknn_server
RUN ldconfig RUN ldconfig
COPY config/ /app/config/
COPY edge-proxy/ /app/edge_proxy
COPY piper_models/ /app/piper_models/ COPY piper_models/ /app/piper_models/
USER dev USER dev
RUN mkdir -p /app/config
RUN pip install --no-cache-dir --user -i https://mirrors.aliyun.com/pypi/simple/ \ RUN pip install --no-cache-dir --user -i https://mirrors.aliyun.com/pypi/simple/ \
piper-tts \ piper-tts \
onvif-zeep \ onvif-zeep \