docker python deps
This commit is contained in:
parent
0772eb6441
commit
cb2fe8a4bd
|
@ -12,7 +12,7 @@ ENV APP_HOME=/app
|
|||
WORKDIR $APP_HOME
|
||||
# Install deb pkgs for usb
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
||||
# Install dependencies
|
||||
COPY requirements.txt /app/
|
||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue