th0mascat commited on
Commit
e13886a
·
verified ·
1 Parent(s): 137ea16

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
2
 
3
  WORKDIR /
4
 
5
- COPY . .
6
 
7
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
8
 
 
2
 
3
  WORKDIR /
4
 
5
+ COPY requirements.txt .
6
 
7
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
8