arsh1101 commited on
Commit
fcee632
Β·
verified Β·
1 Parent(s): 025a9e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ WORKDIR /app
6
  # Install system dependencies for OpenCV
7
  RUN apt-get update && apt-get install -y libgl1 && apt-get clean && rm -rf /var/lib/apt/lists/*
8
 
 
 
9
  # ─── Install Git LFS & fetch the real model file ────────────────────────
10
  RUN apt-get update \
11
  && apt-get install -y git-lfs libgl1 \
 
6
  # Install system dependencies for OpenCV
7
  RUN apt-get update && apt-get install -y libgl1 && apt-get clean && rm -rf /var/lib/apt/lists/*
8
 
9
+ COPY .git .git
10
+
11
  # ─── Install Git LFS & fetch the real model file ────────────────────────
12
  RUN apt-get update \
13
  && apt-get install -y git-lfs libgl1 \