yuntian-deng commited on
Commit
4dfa41d
·
1 Parent(s): cdc2a70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,6 +1,9 @@
1
  # Use the official Python 3.9 image
2
  FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
3
 
 
 
 
4
  # Set the working directory to /code
5
  WORKDIR /code
6
 
 
1
  # Use the official Python 3.9 image
2
  FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
3
 
4
+
5
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
6
+
7
  # Set the working directory to /code
8
  WORKDIR /code
9