UDface11jkj commited on
Commit
1043659
·
verified ·
1 Parent(s): c08937e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -16,7 +16,8 @@ RUN pip install --no-cache-dir --upgrade pip \
16
  && pip install --no-cache-dir -r requirements.txt
17
 
18
  # 5. Install extra dependencies for Dia
19
- RUN pip install --no-cache-dir descript-audio-codec descript-audiotools protobuf==3.20.*
 
20
 
21
  # 6. Pre-download the Dia model and DAC model
22
  RUN mkdir -p /app/.cache/huggingface /app/models/dac \
 
16
  && pip install --no-cache-dir -r requirements.txt
17
 
18
  # 5. Install extra dependencies for Dia
19
+ RUN pip install --no-cache-dir descript-audio-codec descript-audiotools
20
+
21
 
22
  # 6. Pre-download the Dia model and DAC model
23
  RUN mkdir -p /app/.cache/huggingface /app/models/dac \