docker python deps

This commit is contained in:
Kseninia Mikhaylova 2024-05-17 17:19:20 +03:00
parent 0772eb6441
commit cb2fe8a4bd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ENV APP_HOME=/app
WORKDIR $APP_HOME WORKDIR $APP_HOME
# Install deb pkgs for usb # Install deb pkgs for usb
RUN apt-get update RUN apt-get update
RUN apt-get install ffmpeg libsm6 libxext6 -y
# Install dependencies # Install dependencies
COPY requirements.txt /app/ COPY requirements.txt /app/
RUN pip install --upgrade pip && pip install -r requirements.txt RUN pip install --upgrade pip && pip install -r requirements.txt