Update Dockerfile.cpu
This commit is contained in:
@@ -9,6 +9,7 @@ RUN apt-get update \
|
||||
python3 \
|
||||
python3-pip \
|
||||
ffmpeg \
|
||||
git \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user