Zhen Ye commited on
Commit
71e2033
·
1 Parent(s): b30e7a3

Install git for HF build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
7
 
8
  COPY requirements.txt ./
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
10
  libgl1 \
11
  libglib2.0-0 \
12
  ffmpeg \
 
7
 
8
  COPY requirements.txt ./
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
+ git \
11
  libgl1 \
12
  libglib2.0-0 \
13
  ffmpeg \