sreepathi-ravikumar commited on
Commit
7e30387
·
verified ·
1 Parent(s): 7e426ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy the rest of the app
12
- COPY app.py image_fetcher.py video.py ./
13
  RUN apt-get update && apt-get install -y ffmpeg
14
  RUN apt-get update && apt-get install -y fonts-liberation
15
  RUN apt-get update && apt-get install -y tesseract-ocr
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy the rest of the app
12
+ COPY app.py image_fetcher.py video.py video2.py ./
13
  RUN apt-get update && apt-get install -y ffmpeg
14
  RUN apt-get update && apt-get install -y fonts-liberation
15
  RUN apt-get update && apt-get install -y tesseract-ocr