Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyYao7 committed Apr 26, 2024
1 parent 0feca16 commit 9777550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM python:3.9-slim
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install ffmpeg libsm6 libxext6 -y
RUN apt-get install gcc g++ -y

COPY requirements.txt .
RUN python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit 9777550

Please sign in to comment.