Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|