radames HF staff commited on
Commit
b488c1a
1 Parent(s): 3cb2c68

for torch compile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
8
  build-essential \
9
  python3.9 \
10
  python3-pip \
 
11
  git \
12
  ffmpeg \
13
  && apt-get clean && rm -rf /var/lib/apt/lists/*
 
8
  build-essential \
9
  python3.9 \
10
  python3-pip \
11
+ python3-dev \
12
  git \
13
  ffmpeg \
14
  && apt-get clean && rm -rf /var/lib/apt/lists/*