prthm11 commited on
Commit
7ae3bc4
·
verified ·
1 Parent(s): 112d272

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
11
  TRANSFORMERS_CACHE=/app/cache \
12
  HF_HOME=/app/cache
13
 
14
- COPY requirements file and install Python dependencies
15
  COPY requirements.txt requirements.txt
16
  COPY extract_img_pdf.py extract_img_pdf.py
17
  COPY live_streaming_flask.py live_streaming_flask.py
 
11
  TRANSFORMERS_CACHE=/app/cache \
12
  HF_HOME=/app/cache
13
 
14
+ # COPY requirements file and install Python dependencies
15
  COPY requirements.txt requirements.txt
16
  COPY extract_img_pdf.py extract_img_pdf.py
17
  COPY live_streaming_flask.py live_streaming_flask.py