Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
tesseract-ocr \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
-
COPY requirements.txt ./
|
|
|
14 |
|
15 |
RUN pip install -r requirements.txt --no-cache-dir
|
16 |
|
@@ -25,7 +26,7 @@ WORKDIR $HOME/app
|
|
25 |
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
-
RUN
|
29 |
|
30 |
# COPY models/checkpoints ./models/checkpoints
|
31 |
# COPY core ./core
|
|
|
10 |
tesseract-ocr \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
+
# COPY requirements.txt ./
|
14 |
+
RUN git clone https://gitlab.com/abijithe61/yol-ov-4-tf-lite-for-generic-invoice-reader.git .
|
15 |
|
16 |
RUN pip install -r requirements.txt --no-cache-dir
|
17 |
|
|
|
26 |
|
27 |
COPY --chown=user . $HOME/app
|
28 |
|
29 |
+
RUN echo $(ls)
|
30 |
|
31 |
# COPY models/checkpoints ./models/checkpoints
|
32 |
# COPY core ./core
|