修正一个dockerfile.prod的错误
This commit is contained in:
parent
5f73307524
commit
8cbdbdaeec
|
|
@ -104,6 +104,7 @@ RUN ldconfig
|
|||
COPY piper_models/ /app/piper_models/
|
||||
|
||||
USER dev
|
||||
RUN mkdir -p /app/config
|
||||
RUN pip install --no-cache-dir --user -i https://mirrors.aliyun.com/pypi/simple/ \
|
||||
piper-tts \
|
||||
onvif-zeep \
|
||||
|
|
|
|||
Loading…
Reference in New Issue