bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cb2fe8a4bd - Show all commits

View File

@ -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