Jofthomas HF staff commited on
Commit
226f861
·
verified ·
1 Parent(s): 726724b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get upgrade -y \
8
  make \
9
  python3 python3-dev python3-pip python3-venv python3-wheel \
10
  espeak-ng libsndfile1-dev \
 
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Install Major Python Dependencies:
 
8
  make \
9
  python3 python3-dev python3-pip python3-venv python3-wheel \
10
  espeak-ng libsndfile1-dev \
11
+ git \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Install Major Python Dependencies: