mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-11-06 18:06:41 +00:00
Add voice recognition
This commit is contained in:
@@ -9,4 +9,8 @@ COPY requirements.txt requirements.txt
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ffmpeg \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD python app.py
|
||||
Reference in New Issue
Block a user