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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
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
 
18
  RUN useradd -m -u 1000 user
19
 
@@ -26,6 +26,7 @@ ENV HOME=/home/user \
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)
 
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
 
18
  RUN useradd -m -u 1000 user
19
 
 
26
 
27
  WORKDIR $HOME/app
28
  RUN git clone https://gitlab.com/abijithe61/yol-ov-4-tf-lite-for-generic-invoice-reader.git ./
29
+ RUN pip install -r requirements.txt --no-cache-dir
30
  # COPY --chown=user . $HOME/app
31
 
32
  RUN echo $(ls)