Abhinav Gavireddi
commited on
Commit
·
8288e6d
1
Parent(s):
ba6dae6
[fix]: fixed pdf parsing
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -21,6 +21,7 @@ RUN apt-get update && \
|
|
21 |
# Copy and install Python dependencies
|
22 |
COPY requirements.txt ./
|
23 |
RUN pip install uv && \
|
|
|
24 |
uv pip install --no-cache-dir -r requirements.txt
|
25 |
|
26 |
# Download models (if needed at build time)
|
|
|
21 |
# Copy and install Python dependencies
|
22 |
COPY requirements.txt ./
|
23 |
RUN pip install uv && \
|
24 |
+
pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch2.1/index.html && \
|
25 |
uv pip install --no-cache-dir -r requirements.txt
|
26 |
|
27 |
# Download models (if needed at build time)
|