Abijith commited on
Commit
286da08
·
1 Parent(s): dcd8a54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 git clone https://gitlab.com/abijithe61/yol-ov-4-tf-lite-for-generic-invoice-reader.git .
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