Abijith commited on
Commit
eddf0a1
·
1 Parent(s): 67dabd1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
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
 
@@ -25,7 +25,7 @@ ENV HOME=/home/user \
25
  PATH=/home/user/.local/bin:$PATH
26
 
27
  WORKDIR $HOME/app
28
-
29
  # COPY --chown=user . $HOME/app
30
 
31
  RUN echo $(ls)
 
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
 
 
25
  PATH=/home/user/.local/bin:$PATH
26
 
27
  WORKDIR $HOME/app
28
+ RUN git clone https://gitlab.com/abijithe61/yol-ov-4-tf-lite-for-generic-invoice-reader.git ./
29
  # COPY --chown=user . $HOME/app
30
 
31
  RUN echo $(ls)